This is an automated email from the ASF dual-hosted git repository. raphinesse pushed a commit to branch cross-spawn-test in repository https://gitbox.apache.org/repos/asf/cordova-lib.git
commit abd060b358255317ddf38df2bdd2a8af5171a4a2 Author: Raphael von der GrĂ¼n <[email protected]> AuthorDate: Sun Sep 16 17:38:37 2018 +0200 TEMP revert to default jasmine reporter --- spec/helper.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/spec/helper.js b/spec/helper.js index f1a1782..351e6e4 100644 --- a/spec/helper.js +++ b/spec/helper.js @@ -17,17 +17,3 @@ under the License. */ jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000; - -const SpecReporter = require('jasmine-spec-reporter').SpecReporter; - -jasmine.getEnv().clearReporters(); -jasmine.getEnv().addReporter(new SpecReporter({ - spec: { - displayPending: true, - displayDuration: true - }, - summary: { - displayDuration: true, - displayStacktrace: true - } -})); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
