Skip to content

Commit

Permalink
remove inspect break
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhdzg committed Feb 8, 2024
1 parent b57803c commit 574ac19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "build/src/index.d.ts",
"repository": "open-telemetry/opentelemetry-js-contrib",
"scripts": {
"test": "nyc ts-mocha --inspect-brk -p tsconfig.json 'test/**/*.test.ts'",
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
"test-all-versions": "tav",
"tdd": "npm run test -- --watch-extensions ts --watch",
"clean": "rimraf build/*",
Expand Down

0 comments on commit 574ac19

Please sign in to comment.