Skip to content

Commit

Permalink
Renamed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeek committed May 24, 2017
1 parent 31d5504 commit 0d5296c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -28,9 +28,9 @@
"mocha": "^3.3.0"
},
"scripts": {
"test": "npm run lint && mocha test/specs/ && npm run test:flags && npm run test:markdown",
"test": "npm run lint && mocha test/specs/ && npm run test:flags && npm run test:docs",
"test:flags": "bin/doxdox 'lib/**/*.js' --description Description --title Title --package test/fixtures/ --ignore 'lib/**/*.js' | diff test/fixtures/flags.md -",
"test:markdown": "bin/doxdox 'lib/**/*.js' -p package.json -l markdown | diff DOCUMENTATION.md -",
"test:docs": "bin/doxdox 'lib/**/*.js' -p package.json -l markdown | diff DOCUMENTATION.md -",
"lint": "eslint .",
"coverage": "istanbul cover _mocha test/specs/ && codecov",
"fixtures": "bin/doxdox lib/doxdox.js --output test/fixtures/doxdox.md --package test/fixtures/",
Expand Down

0 comments on commit 0d5296c

Please sign in to comment.