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 28f4df0 commit e5c3f2eCopy full SHA for e5c3f2e
plugins/node/opentelemetry-instrumentation-winston/package.json
@@ -9,7 +9,7 @@
9
"test": "npm run test-v1-v2 && npm run test-v3 && nyc merge .nyc_output ./coverage/coverage-final.json",
10
"test-v1-v2": "tav winston 2.4.7 npm run test-run",
11
"test-v3": "tav winston 3.17.0 npm run test-run",
12
- "test-run": "nyc mocha 'test/**/*.test.ts'",
+ "test-run": "nyc --no-clean mocha 'test/**/*.test.ts'",
13
"test-all-versions": "tav",
14
"tdd": "npm run test-run -- --watch-extensions ts --watch",
15
"clean": "rimraf build/*",
0 commit comments