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.
--watch-files
tdd
1 parent 6145cca commit 27cbe27Copy full SHA for 27cbe27
package.json
@@ -99,7 +99,7 @@
99
"test-tsd": "node ./test/types/check-types-filename && tsd --full",
100
"setup-test-encryption": "node scripts/setup-encryption-tests.js",
101
"test-encryption": "mocha --exit ./test/encryption/*.test.js",
102
- "tdd": "mocha --watch --inspect --recursive ./test/*.test.js",
+ "tdd": "mocha --watch --inspect --recursive ./test/*.test.js --watch-files lib/**/*.js test/**/*.js",
103
"test-coverage": "nyc --reporter=html --reporter=text npm test",
104
"ts-benchmark": "cd ./benchmarks/typescript/simple && npm install && npm run benchmark | node ../../../scripts/tsc-diagnostics-check",
105
"attest-benchmark": "node ./benchmarks/typescript/infer.bench.mts"
0 commit comments