mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-04 03:44:45 +00:00
Enable coverage
This commit is contained in:
parent
858b050ba2
commit
12c43d6e4c
1 changed files with 2 additions and 0 deletions
2
test.js
2
test.js
|
|
@ -4,6 +4,8 @@ testrunner.options.log.summary = true;
|
|||
testrunner.options.log.tests = false;
|
||||
testrunner.options.log.assertions = false;
|
||||
|
||||
testrunner.options.coverage = true;
|
||||
|
||||
testrunner.run({
|
||||
deps: "./test/fixtures/test_script.js",
|
||||
code: "./dist/fabric.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue