File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
plugins/node/instrumentation-cucumber Expand file tree Collapse file tree 1 file changed +2
-3
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 --no-clean mocha 'test/**/*.test.ts'" ,
9+ "test" : " nyc mocha 'test/**/*.test.ts'" ,
1010 "test-all-versions" : " tav" ,
1111 "tdd" : " npm run test -- --watch-extensions ts --watch" ,
1212 "clean" : " rimraf build/*" ,
1616 "prepublishOnly" : " npm run compile" ,
1717 "version:update" : " node ../../../scripts/version-update.js" ,
1818 "setup:dev" : " nx run-many -t compile -p @opentelemetry/instrumentation-cucumber" ,
19- "compile" : " tsc -p ." ,
20- "coverage:merge" : " nyc merge .nyc_output coverage/coverage-final.json"
19+ "compile" : " tsc -p ."
2120 },
2221 "keywords" : [
2322 " cucumber" ,
You can’t perform that action at this time.
0 commit comments