Add Karma for testing

This commit is contained in:
Gregory Pike 2014-02-14 03:02:04 -05:00
parent 2f8826f273
commit 6b9c94c100
2 changed files with 4 additions and 2 deletions

View File

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

View File

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