File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
plugins/node/opentelemetry-instrumentation-winston Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 66 "types" : " build/src/index.d.ts" ,
77 "repository" : " open-telemetry/opentelemetry-js-contrib" ,
88 "scripts" : {
9- "test" : " nyc mocha 'test/**/*.test.ts'" ,
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" : " npm run test-run" ,
12+ "test-run" : " nyc --no-clean mocha 'test/**/*.test.ts'" ,
1013 "test-all-versions" : " tav" ,
11- "tdd" : " npm run test -- --watch-extensions ts --watch" ,
14+ "tdd" : " npm run test-run -- --watch-extensions ts --watch" ,
1215 "clean" : " rimraf build/*" ,
1316 "lint" : " eslint . --ext .ts" ,
1417 "lint:fix" : " eslint . --ext .ts --fix" ,
You can’t perform that action at this time.
0 commit comments