Skip to content
Prev Previous commit
Next Next commit
chore: add test-all-versions script to package.json
  • Loading branch information
AvihuHenya committed Mar 17, 2025
commit 13b743533c87e53ed4e48bb21483d7291a8282d4
2 changes: 2 additions & 0 deletions plugins/node/instrumentation-kafkajs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"repository": "open-telemetry/opentelemetry-js-contrib",
"scripts": {
"test": "mocha --require @opentelemetry/contrib-test-utils 'test/**/*.test.ts'",
"test-all-versions": "tav",
"tdd": "npm run test -- --watch-extensions ts --watch",
"clean": "rimraf build/*",
"lint": "eslint . --ext .ts",
Expand Down Expand Up @@ -52,6 +53,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.10",
"sinon": "15.2.0",
"test-all-versions": "6.1.0",
"typescript": "4.4.4"
},
"dependencies": {
Expand Down