File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/node/opentelemetry-instrumentation-generic-pool Expand file tree Collapse file tree 1 file changed +2
-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" : " npm run test-v2-v2.4 && npm run test-v2.4-v3 && npm run test-v3" ,
9+ "test" : " npm run test-v2-v2.4 && npm run test-v2.4-v3 && npm run test-v3 && nyc merge .nyc_output ./coverage/coverage-final.json " ,
1010 "test-v2-v2.4" : " tav generic-pool 2.2.0 npm run test-run" ,
1111 "test-v2.4-v3" : " tav generic-pool 2.5.4 npm run test-run" ,
1212 "test-v3" : " tav generic-pool 3.9.0 npm run test-run" ,
13- "test-run" : " nyc mocha 'test/**/*.ts'" ,
13+ "test-run" : " nyc --no-clean mocha 'test/**/*.ts'" ,
1414 "tdd" : " yarn test-run -- --watch-extensions ts --watch" ,
1515 "clean" : " rimraf build/*" ,
1616 "lint" : " eslint . --ext .ts" ,
You can’t perform that action at this time.
0 commit comments