Skip to content

Commit

Permalink
fix(instrumentation-fastify): add tav script (#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Oct 10, 2023
1 parent 2d36152 commit 52dd42d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/node/opentelemetry-instrumentation-fastify/.tav.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"fastify":
- versions: "4.23.2"
commands: npm run test
"typescript":
- versions: "4.7.4"
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"precompile": "tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-fastify --include-dependencies",
"prepare": "npm run compile",
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
"test-all-versions": "tav",
"version:update": "node ../../../scripts/version-update.js",
"prewatch": "npm run precompile",
"watch": "tsc -w"
Expand Down Expand Up @@ -58,6 +59,7 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down

0 comments on commit 52dd42d

Please sign in to comment.