Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"scripts": {
"audit": "npm audit --omit=dev",
"test": "USE_OPENTRACING_DEBUG_IMPL=true mocha --config=test/.mocharc.js --require test/hooks.js --sort $(find test -iname '*.test.js' -not -path '*/_v*/*')",
"test": "mocha --config=test/.mocharc.js --require test/hooks.js --sort $(find test -iname '*.test.js' -not -path '*/_v*/*')",
"test:debug": "WITH_STDOUT=true npm run test --",
"test:debug:files": "WITH_STDOUT=true USE_OPENTRACING_DEBUG_IMPL=true mocha --config=test/.mocharc.js --require test/hooks.js --sort",
"test:debug:files": "WITH_STDOUT=true mocha --config=test/.mocharc.js --require test/hooks.js --sort",
"test:ci": "mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --require test/hooks.js $TEST_FILES",
"test:ci:long-running": "mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --require test/hooks.js 'test/integration/misc/long_*/**/*.test.js'",
"lint": "eslint src test",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"audit": "npm audit --omit=dev",
"test": "USE_OPENTRACING_DEBUG_IMPL=true mocha --config=test/.mocharc.js --sort $(find test -iname '*test.js')",
"test": "mocha --config=test/.mocharc.js --sort $(find test -iname '*test.js')",
"test:debug": "WITH_STDOUT=true npm run test --",
"test:ci": "mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json 'test/**/*test.js'",
"lint": "eslint src test",
Expand Down