From a81aeb1de42445781417c136122490cdf65648ed Mon Sep 17 00:00:00 2001 From: kingcody Date: Mon, 27 Jul 2015 03:37:37 -0400 Subject: [PATCH] feat(app): watch integration tests for changes --- app/templates/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/Gruntfile.js b/app/templates/Gruntfile.js index bb68dcd33..2d8cd84b5 100644 --- a/app/templates/Gruntfile.js +++ b/app/templates/Gruntfile.js @@ -67,7 +67,7 @@ module.exports = function (grunt) { tasks: ['injector:css'] }, mochaTest: { - files: ['server/**/*.spec.js'], + files: ['server/**/*.{spec,integration}.js'], tasks: ['env:test', 'mochaTest'] }, jsTest: {