Skip to content

Commit f6e9e96

Browse files
[Cosmos] Fix signoff test command (Azure#13412)
1 parent ee90255 commit f6e9e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/cosmosdb/cosmos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
7373
"test-consumer": "rimraf consumer-test/node_modules consumer-test/package-lock.json && node consumer-test.js 2>&1",
7474
"test": "npm run unit-test && npm run integration-test",
75-
"test:signoff": "mocha -r esm -r dotenv/config -r ./test/public/common/setup.js \"./test/internal/**/*.spec.ts\" \"./test/public/**/*.spec.ts\" --timeout 100000 --grep \"#nosignoff\" --invert",
75+
"test:signoff": "npm run integration-test:node -- --fgrep \"nosignoff\" --invert",
7676
"unit-test:browser": "echo skipped",
7777
"unit-test:node": "echo skipped",
7878
"unit-test": "npm run unit-test:node && npm run unit-test:browser"

0 commit comments

Comments
 (0)