Skip to content

Commit

Permalink
test(instrumentation-mysql): add missing -p to ts-mocha (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Feb 28, 2024
1 parent 44b2df0 commit 83624b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prewatch": "npm run precompile",
"prepublishOnly": "npm run compile",
"tdd": "npm run test -- --watch-extensions ts --watch",
"test": "nyc ts-mocha tsconfig.json 'test/**/*.test.ts'",
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
"version:update": "node ../../../scripts/version-update.js"
},
"keywords": [
Expand Down

0 comments on commit 83624b1

Please sign in to comment.