diff --git a/plone/app/discussion/tests/jsTestDriver.conf b/plone/app/discussion/tests/jsTestDriver.conf index 3a69f40..91f5953 100644 --- a/plone/app/discussion/tests/jsTestDriver.conf +++ b/plone/app/discussion/tests/jsTestDriver.conf @@ -11,3 +11,9 @@ load: # And this loads the source files we are testing - ../browser/javascripts/*.js + +plugin: + - name: "coverage" + jar: "../../../../parts/jstestdriver/coverage.jar" + module: "com.google.jstestdriver.coverage.CoverageModule" + \ No newline at end of file