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 dc750b5 commit bb454f5Copy full SHA for bb454f5
packages/instrumentation-winston/package.json
@@ -17,11 +17,7 @@
17
"lint:fix": "eslint . --ext .ts --fix",
18
"lint:readme": "node ../../scripts/lint-readme.js",
19
"prepublishOnly": "npm run compile",
20
- "tdd": "npm run test-run -- --watch-extensions ts --watch",
21
- "test": "npm run test-v1-v2 && npm run test-v3 && nyc merge .nyc_output ./coverage/coverage-final.json",
22
- "test-v1-v2": "tav winston 2.4.7 npm run test-run",
23
- "test-v3": "npm run test-run",
24
- "test-run": "nyc --no-clean mocha 'test/**/*.test.ts'",
+ "test": "nyc mocha 'test/**/*.test.ts'",
25
"test-all-versions": "tav",
26
"version:update": "node ../../scripts/version-update.js"
27
},
0 commit comments