Add Karma for testing

revert-117-master
Gregory Pike 10 years ago
parent 6b9c94c100
commit c8b1bd48b0

@ -7,9 +7,6 @@ module.exports = function(grunt) {
// Time the grunt tasks
require('time-grunt')(grunt);
// We need Karma
grunt.loadNpmTasks('grunt-karma');
grunt.initConfig({
karma: {
options: {

@ -29,6 +29,9 @@
"load-grunt-tasks": "~0.3.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.3.2"
"grunt-contrib-uglify": "~0.3.2",
"karma": "~0.8",
"grunt-karma": "~0.6.2",
"karma-jasmine": "*"
}
}