File tree 2 files changed +4
-2
lines changed
packages/google-cloud-language
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 49
49
" greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>"
50
50
],
51
51
"scripts" : {
52
- "cover" : " nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report" ,
52
+ "cover" : " nyc --reporter=lcov mocha test/*.js && nyc report" ,
53
53
"docs" : " jsdoc -c .jsdoc.js" ,
54
54
"generate-scaffolding" : " repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json" ,
55
55
"lint" : " eslint src/ samples/ system-test/ test/" ,
56
56
"prettier" : " prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js" ,
57
57
"samples-test" : " cd samples/ && npm test && cd ../" ,
58
58
"system-test" : " mocha system-test/*.js --timeout 600000" ,
59
- "test-no-cover" : " mocha test/*.js --no-timeouts " ,
59
+ "test-no-cover" : " mocha test/*.js" ,
60
60
"test" : " npm run cover"
61
61
},
62
62
"dependencies" : {
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