Skip to content

Commit d4dce2d

Browse files
chore: move mocha options to mocha.opts (#311)
1 parent 5826c52 commit d4dce2d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

handwritten/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"docs": "jsdoc -c .jsdoc.js",
5757
"lint": "eslint src/ samples/ system-test/ test/",
5858
"prettier": "prettier --write src/**/*.js samples/*.js samples/**/*.js system-test/**/*.js test/**/*.js",
59-
"cover": "nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report",
59+
"cover": "nyc --reporter=lcov mocha test/*.js && nyc report",
6060
"test-no-cover": "mocha test/",
6161
"test": "npm run cover",
6262
"samples-test": "npm link && cd samples/ && npm link @google-cloud/storage && npm test && cd ../",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--require intelli-espower-loader
2+
--timeout 10000

0 commit comments

Comments
 (0)