Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Lint tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlockhart committed Jun 24, 2016
1 parent 17cc52f commit 4373745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A Javascript library for parsing metadata in a Web Page.",
"main": "parser.js",
"scripts": {
"test:lint": "./node_modules/eslint/bin/eslint.js ./parser.js",
"test:lint": "./node_modules/eslint/bin/eslint.js ./*.js ./tests/*.js",
"test:mocha": "./node_modules/istanbul/lib/cli.js cover _mocha --report lcovonly -- tests/* -R spec",
"test": "./node_modules/npm-run-all/bin/npm-run-all/index.js test:*",
"cover": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
Expand Down

0 comments on commit 4373745

Please sign in to comment.