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 1515 },
1616 "scripts" : {
1717 "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/** " ,
2020 "coverage" : " c8 --reporter=html --reporter=text --reporter=text-summary npm test" ,
2121 "coverage:ci" : " c8 --reporter=lcov --reporter=text --reporter=text-summary npm run test:reporters" ,
2222 "lint" : " eslint . --cache" ,
You can’t perform that action at this time.
0 commit comments