Skip to content

Commit 7415ca5

Browse files
committed
skip tests on node 14
1 parent c8417f2 commit 7415ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/node/instrumentation-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"prewatch": "npm run precompile",
1515
"prepublishOnly": "npm run compile",
1616
"tdd": "npm run test -- --watch-extensions ts --watch",
17-
"test": "nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'",
17+
"test": "SKIP_TEST_IF_NODE_OLDER_THAN=16 nyc mocha --require '../../../scripts/skip-test-if.js' --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'",
1818
"test-all-versions": "tav",
1919
"test:debug": "mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'",
2020
"version:update": "node ../../../scripts/version-update.js",

0 commit comments

Comments
 (0)