Fixing Identity Network Tests
This commit is contained in:
parent
3e5ccabc00
commit
291975bb24
3 changed files with 35 additions and 26 deletions
|
|
@ -85,7 +85,7 @@ module.exports = function(grunt) {
|
|||
tasks: ['shell:dev', 'concat:main']
|
||||
},
|
||||
test: {
|
||||
files: ['test/*.js'],
|
||||
files: ['test/**/*.js', 'js/**/*.js'],
|
||||
tasks: ['mochaTest']
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue