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 1010 "typecheck" : " tsc --noEmit" ,
1111 "prepack" : " npm run build" ,
1212 "test" : " node --require=ts-node/register/transpile-only --test --test-reporter=spec --test-reporter-destination=stdout --test-reporter=node-reporter-gha --test-reporter-destination=stdout test/*.ts" ,
13- "test:coverage" : " node --require=ts-node/register/transpile-only --test --experimental-test-coverage --test-coverage-include=' src/**' --test-reporter=spec --test-reporter-destination=stdout test/*.ts" ,
13+ "test:coverage" : " node --require=ts-node/register/transpile-only --test --experimental-test-coverage --test-coverage-include=\" src/**\" --test-reporter=spec --test-reporter-destination=stdout test/*.ts" ,
1414 "test:sonarqube" : " node --require=ts-node/register/transpile-only --experimental-test-coverage --test-coverage-include='src/**' --test-reporter=spec --test-reporter-destination=stdout --test-reporter=node-reporter-sonarqube --test-reporter-destination=test-report.xml --test-reporter=lcov --test-reporter-destination=lcov.info --test test/*.ts"
1515 },
1616 "keywords" : [
You can’t perform that action at this time.
0 commit comments