File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
"mocha" : " ^3.3.0"
29
29
},
30
30
"scripts" : {
31
- "test" : " npm run lint && mocha test/specs/ && npm run test:flags && npm run test:markdown " ,
31
+ "test" : " npm run lint && mocha test/specs/ && npm run test:flags && npm run test:docs " ,
32
32
"test:flags" : " bin/doxdox 'lib/**/*.js' --description Description --title Title --package test/fixtures/ --ignore 'lib/**/*.js' | diff test/fixtures/flags.md -" ,
33
- "test:markdown " : " bin/doxdox 'lib/**/*.js' -p package.json -l markdown | diff DOCUMENTATION.md -" ,
33
+ "test:docs " : " bin/doxdox 'lib/**/*.js' -p package.json -l markdown | diff DOCUMENTATION.md -" ,
34
34
"lint" : " eslint ." ,
35
35
"coverage" : " istanbul cover _mocha test/specs/ && codecov" ,
36
36
"fixtures" : " bin/doxdox lib/doxdox.js --output test/fixtures/doxdox.md --package test/fixtures/" ,
You can’t perform that action at this time.
0 commit comments