Skip to content

Commit

Permalink
Disable coverage on tests - jscoverage seems to have issues
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Mar 5, 2011
1 parent a5c2dcd commit ac2bc07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
var qunit = require('qunit'),
path = require('path');

qunit.options.coverage = false;
qunit.options.deps = [
{file: 'customAsserts.js'},
{module: 'DOMBuilder', as: 'DOMBuilder'}
Expand Down

0 comments on commit ac2bc07

Please sign in to comment.