Fix tests

This commit is contained in:
Nicolas Le Goff
2014-02-28 18:13:31 +01:00
parent 2e40205bc3
commit cf2105865b
18 changed files with 540 additions and 184 deletions

View File

@@ -12,7 +12,9 @@ module.exports = function(grunt) {
'loadImages=false'
]
},
all: ['www/scripts/tests/index.html']
all: [
'www/scripts/tests/*.html'
]
},
qunit: {
all: ['www/include/js/tests/*.html']