Skip to content

Commit a2444cd

Browse files
committed
refactor(test): move --recursive to mocha.opts
1 parent 1744708 commit a2444cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint:md": "eslint -c .md.eslintrc --ext .md ja/**/*.md",
2626
"textlint": "summary-to-path | xargs textlint --rule spellcheck-tech-word",
2727
"test:example": "find ./src -name '*-example.js' | xargs babel-node",
28-
"test": "mocha --recursive && npm run test:example && npm run textlint && npm run eslint:md && npm run eslint && npm run build"
28+
"test": "mocha && npm run test:example && npm run textlint && npm run eslint:md && npm run eslint && npm run build"
2929
},
3030
"keywords": [
3131
"plugin",

test/mocha.opts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
--recursive
12
--compilers js:espower-babel/guess

0 commit comments

Comments
 (0)