Skip to content

Commit 4fe8389

Browse files
authored
[eventhubs-checkpointstore-table][test] run integration on .js files (Azure#20830)
to workaround an issue in `nyc` v15
1 parent 509ea8b commit 4fe8389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/eventhub/eventhubs-checkpointstore-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"extract-api": "tsc -p . && api-extractor run --local",
4646
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
4747
"integration-test:browser": "echo skipped",
48-
"integration-test:node": "nyc mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"",
48+
"integration-test:node": "nyc mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"dist-esm/test/*.spec.js\"",
4949
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
5050
"lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix",
5151
"lint": "eslint package.json api-extractor.json src test --ext .ts",

0 commit comments

Comments
 (0)