Don't try to run perf.html as a qunit test
Exclude the performance page from the qunit grunt task.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -46,7 +46,7 @@ module.exports = function(grunt) { | ... | @@ -46,7 +46,7 @@ module.exports = function(grunt) { |
46 | }, | 46 | }, |
47 | }, | 47 | }, |
48 | qunit: { | 48 | qunit: { |
49 | files: ['test/**/*.html'] | 49 | files: ['test/**/*.html', '!test/perf.html'] |
50 | }, | 50 | }, |
51 | jshint: { | 51 | jshint: { |
52 | gruntfile: { | 52 | gruntfile: { | ... | ... |
-
Please register or sign in to post a comment