File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
packages/google-cloud-dns Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4141 " greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>"
4242 ],
4343 "scripts" : {
44- "cover" : " nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report" ,
44+ "cover" : " nyc --reporter=lcov mocha test/*.js && nyc report" ,
4545 "docs" : " jsdoc -c .jsdoc.js" ,
4646 "generate-scaffolding" : " repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json" ,
4747 "lint" : " eslint src/ samples/ system-test/ test/" ,
4848 "prettier" : " prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js" ,
4949 "publish-module" : " node ../../scripts/publish.js dns" ,
50- "test-no-cover" : " mocha test/*.js --no-timeouts " ,
50+ "test-no-cover" : " mocha test/*.js" ,
5151 "test" : " npm run cover" ,
5252 "samples-test" : " cd samples/ && npm link ../ && npm test && cd ../" ,
5353 "system-test" : " mocha system-test/*.js --timeout 600000"
Original file line number Diff line number Diff line change 1+ --require intelli-espower-loader
2+ --timeout 10000
You can’t perform that action at this time.
0 commit comments