We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df1d0c commit dbd8c65Copy full SHA for dbd8c65
package.json
@@ -15,8 +15,8 @@
15
},
16
"scripts": {
17
"test": "npm run test-unit && npm run lint",
18
- "test-unit": "node --test test/unit",
19
- "test:reporters": "node --test --test-reporter=spec --test-reporter-destination=stdout --test-reporter=@reporters/github --test-reporter-destination=stdout test/unit",
+ "test-unit": "node --test test/unit/**",
+ "test:reporters": "node --test --test-reporter=spec --test-reporter-destination=stdout --test-reporter=@reporters/github --test-reporter-destination=stdout test/unit/**",
20
"coverage": "c8 --reporter=html --reporter=text --reporter=text-summary npm test",
21
"coverage:ci": "c8 --reporter=lcov --reporter=text --reporter=text-summary npm run test:reporters",
22
"lint": "eslint . --cache",
0 commit comments