File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 15
15
"build" : " babel --out-dir lib --quiet src" ,
16
16
"changelog" : " offline-github-changelog > CHANGELOG.md" ,
17
17
"lint" : " eslint ." ,
18
- "test" : " mocha test documentation" ,
18
+ "test" : " mocha ./ test/*.js `find documentation -name '*.md'` " ,
19
19
"ci" : " npm run lint && npm run coverage && npm run build && npm run bundle" ,
20
- "coverage" : " nyc --reporter=lcov --reporter=text mocha -- reporter dot test documentation " ,
20
+ "coverage" : " nyc --reporter=lcov --reporter=text npm test -- -- reporter dot" ,
21
21
"preversion" : " npm run build && npm run bundle && npm run lint && npm run test && git add unexpected-dom.*" ,
22
22
"postversion" : " npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog' && gh-pages -d site-build" ,
23
23
"generate-site" : " generate-site --require ./bootstrap-unexpected-markdown.js" ,
Original file line number Diff line number Diff line change 1
- --recursive
2
1
--require ./bootstrap-unexpected-markdown.js
3
2
--require unexpected-markdown
You can’t perform that action at this time.
0 commit comments