Enable coverage

This commit is contained in:
kangax 2014-03-08 14:40:43 -05:00
parent 858b050ba2
commit 12c43d6e4c

View file

@ -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",