Skip to content

Commit bb454f5

Browse files
committed
chore: revert instr-wiston test scripts to use the one from main
1 parent dc750b5 commit bb454f5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/instrumentation-winston/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717
"lint:fix": "eslint . --ext .ts --fix",
1818
"lint:readme": "node ../../scripts/lint-readme.js",
1919
"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'",
20+
"test": "nyc mocha 'test/**/*.test.ts'",
2521
"test-all-versions": "tav",
2622
"version:update": "node ../../scripts/version-update.js"
2723
},

0 commit comments

Comments
 (0)