chore(developer): skip c8 test for kmc-kmw for now

This commit is contained in:
Marc Durdin 2023-05-09 15:30:27 +07:00
parent d3e01f620b
commit 1b4bce7f65
2 changed files with 2 additions and 1 deletions

View file

@ -61,6 +61,7 @@ fi
#-------------------------------------------------------------------------------------------------------------------
if builder_start_action test; then
# TODO: add c8 for coverage
npm test
builder_finish_action success test
fi

View file

@ -14,7 +14,7 @@
"scripts": {
"build": "tsc -b",
"tsc": "tsc",
"test": "cd test && tsc -b && cd .. && c8 mocha",
"test": "cd test && tsc -b && cd .. && mocha",
"prepublishOnly": "npm run build"
},
"author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",