Skip to content

Commit d12105e

Browse files
committed
test(npm): add mocha to npm test
1 parent c451313 commit d12105e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: ja/jQuery/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jQueryでは`$.fn`を拡張する事で、`$()`の返り値であるjQueryオブ
1313
<script src="greenify.js"></script>
1414
```
1515

16-
## どういう仕組み?fea
16+
## どういう仕組み?

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "eslint src/**/*.js",
2525
"eslint:md": "eslint --ext .md ja/**/*.md",
2626
"textlint": "summary-to-path | xargs textlint --rule spellcheck-tech-word",
27-
"test": "npm run textlint && npm run eslint:md && npm run eslint && npm run build"
27+
"test": "mocha --recursive && npm run textlint && npm run eslint:md && npm run eslint && npm run build"
2828
},
2929
"keywords": [
3030
"plugin",

0 commit comments

Comments
 (0)