We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--recursive
1 parent 1744708 commit a2444cdCopy full SHA for a2444cd
package.json
@@ -25,7 +25,7 @@
25
"eslint:md": "eslint -c .md.eslintrc --ext .md ja/**/*.md",
26
"textlint": "summary-to-path | xargs textlint --rule spellcheck-tech-word",
27
"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"
+ "test": "mocha && npm run test:example && npm run textlint && npm run eslint:md && npm run eslint && npm run build"
29
},
30
"keywords": [
31
"plugin",
test/mocha.opts
@@ -1 +1,2 @@
1
+--recursive
2
--compilers js:espower-babel/guess
0 commit comments