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 6
6
"types" : " build/src/index.d.ts" ,
7
7
"repository" : " open-telemetry/opentelemetry-js-contrib" ,
8
8
"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'" ,
10
13
"test-all-versions" : " tav" ,
11
- "tdd" : " npm run test -- --watch-extensions ts --watch" ,
14
+ "tdd" : " npm run test-run -- --watch-extensions ts --watch" ,
12
15
"clean" : " rimraf build/*" ,
13
16
"lint" : " eslint . --ext .ts" ,
14
17
"lint:fix" : " eslint . --ext .ts --fix" ,
You can’t perform that action at this time.
0 commit comments