Skip to content

Commit 13b7435

Browse files
committed
chore: add test-all-versions script to package.json
1 parent 3a68b25 commit 13b7435

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/node/instrumentation-kafkajs/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"repository": "open-telemetry/opentelemetry-js-contrib",
88
"scripts": {
99
"test": "mocha --require @opentelemetry/contrib-test-utils 'test/**/*.test.ts'",
10+
"test-all-versions": "tav",
1011
"tdd": "npm run test -- --watch-extensions ts --watch",
1112
"clean": "rimraf build/*",
1213
"lint": "eslint . --ext .ts",
@@ -52,6 +53,7 @@
5253
"nyc": "15.1.0",
5354
"rimraf": "5.0.10",
5455
"sinon": "15.2.0",
56+
"test-all-versions": "6.1.0",
5557
"typescript": "4.4.4"
5658
},
5759
"dependencies": {

0 commit comments

Comments
 (0)