Skip to content

Commit e29b72a

Browse files
nlochschmidttrentm
andauthored
chore(instrumentation-hapi): setup tav (#1957)
Co-authored-by: Trent Mick <[email protected]>
1 parent d9af321 commit e29b72a

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"@hapi/hapi":
2+
- versions: "^19.2.0 || ^18.4.1 || ^17.9.0"
3+
node: ">=14 <16"
4+
commands: npm test
5+
- versions: "^20.3.0"
6+
node: ">=14"
7+
commands: npm test

plugins/node/opentelemetry-instrumentation-hapi/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": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
10+
"test-all-versions": "tav",
1011
"tdd": "yarn test -- --watch-extensions ts --watch",
1112
"clean": "rimraf build/*",
1213
"lint": "eslint . --ext .ts",
@@ -52,6 +53,7 @@
5253
"mocha": "7.2.0",
5354
"nyc": "15.1.0",
5455
"rimraf": "5.0.5",
56+
"test-all-versions": "6.0.0",
5557
"ts-mocha": "10.0.0",
5658
"typescript": "4.4.4"
5759
},

0 commit comments

Comments
 (0)