Remove the test watcher

This commit is contained in:
Rashid Khan 2015-04-24 07:56:10 -07:00
parent 94085f9e02
commit 76a992e3c4

View file

@ -1,12 +1,5 @@
module.exports = function (grunt) {
var config = {
test: {
files: [
'<%= unitTestDir %>/**/*.js'
],
tasks: ['mocha:unit']
},
less: {
files: [
'<%= app %>/**/styles/**/*.less',