We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tdd
1 parent d3e42bd commit 153dfd6Copy full SHA for 153dfd6
plugins/node/opentelemetry-instrumentation-mongodb/package.json
@@ -15,7 +15,7 @@
15
"test-v4-run": "mocha --require '@opentelemetry/contrib-test-utils' 'test/mongodb-v4-v5-v6.metrics.test.ts' 'test/**/mongodb-v4.test.ts'",
16
"test-v5-v6-run": "mocha --require '@opentelemetry/contrib-test-utils' 'test/mongodb-v4-v5-v6.metrics.test.ts' 'test/**/mongodb-v5-v6.test.ts'",
17
"test-all-versions": "tav",
18
- "tdd": "npm run test -- --watch-extensions ts --watch",
+ "tdd": "npm run test-v5-v6-run -- --watch-extensions ts --watch",
19
"clean": "rimraf build/*",
20
"lint": "eslint . --ext .ts",
21
"lint:fix": "eslint . --ext .ts --fix",
0 commit comments