Skip to content

Commit 83624b1

Browse files
authored
test(instrumentation-mysql): add missing -p to ts-mocha (#1968)
1 parent 44b2df0 commit 83624b1

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-mysql

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-mysql/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 ts-mocha tsconfig.json 'test/**/*.test.ts'",
17+
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
1818
"version:update": "node ../../../scripts/version-update.js"
1919
},
2020
"keywords": [

0 commit comments

Comments
 (0)