Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/1#discussion_r57437413 --- Diff: lib/specReporters.js --- @@ -0,0 +1,68 @@ + +// not currently used +// var ConsoleReporter = require('./reporters/ConsoleReporter'); + +var ParamedicReporter = require('./reporters/ParamedicReporter'); +var JasmineSpecReporter = require('jasmine-spec-reporter'); +var jasmineReporters = require('jasmine-reporters'); + +// default reporter which is used to determine whether tests pass or not +var paramedicReporter = null; + +// all reporters including additional reporters to trace results to console, etc +var reporters = []; + +// specifies path to save Junit results file +var reportSavePath = null; --- End diff -- Please make these variables local instead of global.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org