We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b2df0 commit 83624b1Copy full SHA for 83624b1
plugins/node/opentelemetry-instrumentation-mysql/package.json
@@ -14,7 +14,7 @@
14
"prewatch": "npm run precompile",
15
"prepublishOnly": "npm run compile",
16
"tdd": "npm run test -- --watch-extensions ts --watch",
17
- "test": "nyc ts-mocha tsconfig.json 'test/**/*.test.ts'",
+ "test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
18
"version:update": "node ../../../scripts/version-update.js"
19
},
20
"keywords": [
0 commit comments