Skip to content

Commit d74afe7

Browse files
committed
test(aws-sdk): remove SKIP_TEST_IF_NODE_OLDER_THAN
1 parent bd833d9 commit d74afe7

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-aws-sdk

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-aws-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"prewatch": "npm run precompile",
3636
"prepublishOnly": "npm run compile",
3737
"tdd": "npm run test -- --watch-extensions ts --watch",
38-
"test": "SKIP_TEST_IF_NODE_OLDER_THAN=18 nyc mocha --require '../../../scripts/skip-test-if.js' --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'",
38+
"test": "nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'",
3939
"test-all-versions": "tav",
4040
"version:update": "node ../../../scripts/version-update.js",
4141
"watch": "tsc -w"

0 commit comments

Comments
 (0)