Skip to content

Commit 1378c00

Browse files
committed
Fix test script
1 parent bf0fc39 commit 1378c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"compile": "tsc",
3232
"coverage": "nyc npm run test",
3333
"coverage:ci": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
34-
"test": "mocha --recursive --compilers ts:ts-node/register src/**/*.spec.ts",
34+
"test": "mocha --recursive --compilers ts:ts-node/register test/**/*.spec.ts",
3535
"tslint": "tslint --fix src/**/*.ts test/**/*.ts",
3636
"preversion": "git push && npm test",
3737
"version": "npm run compile && git add -A dist",

0 commit comments

Comments
 (0)