Skip to content

Commit 0d5296c

Browse files
committed
Renamed test.
1 parent 31d5504 commit 0d5296c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"mocha": "^3.3.0"
2929
},
3030
"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",
3232
"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 -",
3434
"lint": "eslint .",
3535
"coverage": "istanbul cover _mocha test/specs/ && codecov",
3636
"fixtures": "bin/doxdox lib/doxdox.js --output test/fixtures/doxdox.md --package test/fixtures/",

0 commit comments

Comments
 (0)