File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2424 "test:validator:integrity" : " npm run build:validation && git diff --quiet --ignore-all-space --ignore-blank-lines --ignore-cr-at-eol lib/error-serializer.js && git diff --quiet --ignore-all-space --ignore-blank-lines --ignore-cr-at-eol lib/configValidator.js" ,
2525 "test:typescript" : " tsc test/types/import.ts --noEmit && tsd" ,
2626 "test:watch" : " npm run unit -- --watch --coverage-report=none --reporter=terse" ,
27- "unit" : " borp --coverage --check-coverage --lines 100 --reporter ./ test/test-reporter.mjs" ,
27+ "unit" : " borp --coverage --check-coverage --lines 100 --reporter test/test-reporter.mjs" ,
2828 "unit:junit" : " tap-mocha-reporter xunit < out.tap > test/junit-testresults.xml" ,
2929 "unit:report" : " tap --coverage-report=html --coverage-report=cobertura | tee out.tap" ,
3030 "citgm" : " tap --jobs=1 --timeout=120"
You can’t perform that action at this time.
0 commit comments