mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-16 05:39:24 +00:00
chore(developer): skip c8 test for kmc-kmw for now
This commit is contained in:
parent
d3e01f620b
commit
1b4bce7f65
2 changed files with 2 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ fi
|
|||
#-------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
if builder_start_action test; then
|
||||
# TODO: add c8 for coverage
|
||||
npm test
|
||||
builder_finish_action success test
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -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)",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue