Skip to content

Commit 7acf180

Browse files
committed
Do not set generic-pool version in tav.
1 parent b663102 commit 7acf180

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-generic-pool

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-generic-pool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "npm run test-v2-v2.4 && npm run test-v2.4-v3 && npm run test-v3 && nyc merge .nyc_output ./coverage/coverage-final.json",
1010
"test-v2-v2.4": "tav generic-pool 2.2.0 npm run test-run",
1111
"test-v2.4-v3": "tav generic-pool 2.5.4 npm run test-run",
12-
"test-v3": "tav generic-pool 3.9.0 npm run test-run",
12+
"test-v3": "npm run test-run",
1313
"test-run": "nyc --no-clean mocha 'test/**/*.ts'",
1414
"tdd": "yarn test-run -- --watch-extensions ts --watch",
1515
"clean": "rimraf build/*",

0 commit comments

Comments
 (0)