Execute the tests through npm
Closes gh-556.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user