Skip to content

Commit 153dfd6

Browse files
committed
Fix tdd
1 parent d3e42bd commit 153dfd6

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-mongodb

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test-v4-run": "mocha --require '@opentelemetry/contrib-test-utils' 'test/mongodb-v4-v5-v6.metrics.test.ts' 'test/**/mongodb-v4.test.ts'",
1616
"test-v5-v6-run": "mocha --require '@opentelemetry/contrib-test-utils' 'test/mongodb-v4-v5-v6.metrics.test.ts' 'test/**/mongodb-v5-v6.test.ts'",
1717
"test-all-versions": "tav",
18-
"tdd": "npm run test -- --watch-extensions ts --watch",
18+
"tdd": "npm run test-v5-v6-run -- --watch-extensions ts --watch",
1919
"clean": "rimraf build/*",
2020
"lint": "eslint . --ext .ts",
2121
"lint:fix": "eslint . --ext .ts --fix",

0 commit comments

Comments
 (0)