Skip to content

Commit 0777677

Browse files
committed
fix: npm test pattern
1 parent e9f978f commit 0777677

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
@@ -13,7 +13,7 @@
1313
"build-lib": "./scripts/build-for-publish.sh",
1414
"restore-lib": "./scripts/undo-build.sh",
1515
"check-types": "tsc",
16-
"test": "NODE_ENV=test ts-mocha './test/*.js' --exit",
16+
"test": "NODE_ENV=test ts-mocha './test/**/*.test.js' --exit",
1717
"test-coverage": "nyc npm run test",
1818
"test-coverage-ci": "nyc --reporter=lcovonly --reporter=text npm run test",
1919
"prepare": "node ./scripts/prepare.js",

0 commit comments

Comments
 (0)