Execute the tests through npm

Closes gh-556.
This commit is contained in:
Fagner Brack
2016-05-07 18:40:30 +10:00
parent bfc03f980e
commit 5bdd534321
5 changed files with 8 additions and 4465 deletions

View File

@@ -22,10 +22,13 @@
"url": "https://github.com/bartaz/impress.js/issues"
},
"scripts": {
"lint": "jshint js/impress.js && jscs js/impress.js --preset=jquery"
"lint": "jshint js/impress.js && jscs js/impress.js --preset=jquery",
"test": "chrome test/core_tests.html"
},
"devDependencies": {
"chrome": "0.1.0",
"jscs": "2.11.0",
"jshint": "2.9.1"
"jshint": "2.9.1",
"qunitjs": "2.0.0-rc1"
}
}