Added testing and auto-testing with selenium

This commit is contained in:
Caleb James DeLisle
2016-04-20 18:58:02 +02:00
parent b16e53505f
commit 2a0b3a007d
4 changed files with 41 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
"selenium-webdriver": "^2.53.1"
},
"scripts": {
"lint": "jshint --config .jshintrc --exclude-path .jshintignore ."
"lint": "jshint --config .jshintrc --exclude-path .jshintignore .",
"test": "node TestSelenium.js"
}
}