Skip to content

Commit 2ddbfbc

Browse files
sjinksCopilot
andcommitted
fix: apply code review suggestions
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5c4b962 commit 2ddbfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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": [

0 commit comments

Comments
 (0)