File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
},
16
16
"scripts" : {
17
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" ,
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/** " ,
20
20
"coverage" : " c8 --reporter=html --reporter=text --reporter=text-summary npm test" ,
21
21
"coverage:ci" : " c8 --reporter=lcov --reporter=text --reporter=text-summary npm run test:reporters" ,
22
22
"lint" : " eslint . --cache" ,
You can’t perform that action at this time.
0 commit comments