Skip to content

Commit

Permalink
chore(instrumentation-hapi): setup tav
Browse files Browse the repository at this point in the history
  • Loading branch information
nlochschmidt committed Feb 25, 2024
1 parent 882fb4b commit 6b5e6ec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions plugins/node/opentelemetry-instrumentation-hapi/.tav.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"@hapi/hapi":
- versions: "^20.3.0 || ^19.2.0 || ^18.4.1 || ^17.9.0"
node: ">=14"
commands: npm run test
2 changes: 2 additions & 0 deletions plugins/node/opentelemetry-instrumentation-hapi/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": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
"test-all-versions": "tav",
"tdd": "yarn test -- --watch-extensions ts --watch",
"clean": "rimraf build/*",
"lint": "eslint . --ext .ts",
Expand Down Expand Up @@ -52,6 +53,7 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down

0 comments on commit 6b5e6ec

Please sign in to comment.