Skip to content

Commit ebf0fa5

Browse files
committed
Removed nyc. Not sure how to get this working again.
1 parent 5572709 commit ebf0fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build:watch": "tsc --watch",
1414
"clean-build:watch": "rm -rf build/* && tsc --watch",
1515
"t": "npm run test",
16-
"test": "nyc mocha --opts ./src/test/mocha.opts",
16+
"test": "mocha --opts ./src/test/mocha.opts",
1717
"tw": "npm run test:watch",
1818
"test:watch": "nyc mocha --watch --opts ./src/test/mocha.opts",
1919
"api-docs": "typedoc --options typedoc.json --out docs/api ./src/index.ts",

0 commit comments

Comments
 (0)