Skip to content

Commit 939bca4

Browse files
committed
test: include sub directories in test script
1 parent ec51f00 commit 939bca4

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
@@ -9,7 +9,7 @@
99
"server": "node index.js",
1010
"start": "concurrently \"npm run server\" \"npm run client\"",
1111
"build": "vite build",
12-
"test": "NODE_ENV=test mocha --exit",
12+
"test": "NODE_ENV=test mocha './test/**/*.js' --exit",
1313
"test-coverage": "nyc npm run test",
1414
"test-coverage-ci": "nyc --reporter=lcovonly --reporter=text npm run test",
1515
"prepare": "node ./scripts/prepare.js",

0 commit comments

Comments
 (0)