Skip to content

Commit

Permalink
Extend test coverage (#3999)
Browse files Browse the repository at this point in the history
* extended test coverage
* new file
* fixed lint
  • Loading branch information
asturur committed Jun 12, 2017
1 parent eab7185 commit d7a0d33
Show file tree
Hide file tree
Showing 8 changed files with 729 additions and 130 deletions.
2 changes: 2 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ var testrunner = require('qunit');
testrunner.options.log.summary = true;
testrunner.options.log.tests = false;
testrunner.options.log.assertions = false;
testrunner.options.log.coverage = true;

testrunner.options.coverage = true;
testrunner.options.maxBlockDuration = 120000;
Expand All @@ -11,6 +12,7 @@ testrunner.run({
deps: "./test/fixtures/test_script.js",
code: "./dist/fabric.js",
tests: [
'./test/unit/animation.js',
'./test/unit/rect.js',
'./test/unit/ellipse.js',
'./test/unit/color.js',
Expand Down
Loading

0 comments on commit d7a0d33

Please sign in to comment.