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.
1 parent c79a329 commit 593c6f2Copy full SHA for 593c6f2
plugins/node/opentelemetry-instrumentation-mongodb/package.json
@@ -7,7 +7,7 @@
7
"repository": "open-telemetry/opentelemetry-js-contrib",
8
"scripts": {
9
"docker:start": "docker run -e MONGODB_DB=opentelemetry-tests -e MONGODB_PORT=27017 -e MONGODB_HOST=127.0.0.1 -p 27017:27017 --rm mongo",
10
- "test": "npm run test-v3",
+ "test": "npm run test-v3 && npm run test-v4",
11
"test-v3": "tav mongodb 3.7.4 npm run test-v3-run",
12
"test-v4": "tav mongodb 4.17.0 npm run test-v4-run",
13
"test-v5-v6": "npm run test-v5-v6-run",
0 commit comments