Added karma testing to the gruntfile

This commit is contained in:
Colin Eberhardt
2015-08-11 14:42:21 +01:00
parent ffa64f6fd3
commit 74925f4439
3 changed files with 22 additions and 45 deletions

View File

@@ -24,8 +24,9 @@
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-karma": "^0.12.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma": "^0.13.8",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5"
}