Fixing Identity Network Tests

This commit is contained in:
Esteban Ordano 2014-10-26 21:06:43 -03:00
commit 291975bb24
3 changed files with 35 additions and 26 deletions

View file

@ -85,7 +85,7 @@ module.exports = function(grunt) {
tasks: ['shell:dev', 'concat:main']
},
test: {
files: ['test/*.js'],
files: ['test/**/*.js', 'js/**/*.js'],
tasks: ['mochaTest']
}
},