We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f978f commit 0777677Copy full SHA for 0777677
package.json
@@ -13,7 +13,7 @@
13
"build-lib": "./scripts/build-for-publish.sh",
14
"restore-lib": "./scripts/undo-build.sh",
15
"check-types": "tsc",
16
- "test": "NODE_ENV=test ts-mocha './test/*.js' --exit",
+ "test": "NODE_ENV=test ts-mocha './test/**/*.test.js' --exit",
17
"test-coverage": "nyc npm run test",
18
"test-coverage-ci": "nyc --reporter=lcovonly --reporter=text npm run test",
19
"prepare": "node ./scripts/prepare.js",
0 commit comments