karma-remap-coverage icon indicating copy to clipboard operation
karma-remap-coverage copied to clipboard

Silence error output

Open moneydance opened this issue 7 years ago • 0 comments

Is there an option to silence error output?

With karma webpack and this reporter i get a long error like so when tests fail.

Thanks for this library it's great!

Example

at UserContext. (webpack:///src/test.spec.ts:10:0 <- config/spec-bundle.js:66566:19) at ZoneDelegate.invoke (webpack:///~/zone.js/dist/zone.js:391:0 <- config/spec-bundle.js:63274:26) at ProxyZoneSpec.onInvoke (webpack:///~/zone.js/dist/proxy.js:79:0 <- config/spec-bundle.js:62779:39) at ZoneDelegate.invoke (webpack:///~/zone.js/dist/zone.js:390:0 <- config/spec-bundle.js:63273:32) at Zone.run (webpack:///~/zone.js/dist/zone.js:141:0 <- config/spec-bundle.js:63024:43) at UserContext. (webpack:///~/zone.js/dist/jasmine-patch.js:104:0 <- config/spec-bundle.js:62478:34) at ZoneQueueRunner.jasmine.QueueRunner.ZoneQueueRunner.execute (webpack:///~/zone.js/dist/jasmine-patch.js:132:0 <- config/spec-bundle.js:62506:42) at ZoneQueueRunner.jasmine.QueueRunner.ZoneQueueRunner.execute (webpack:///~/zone.js/dist/jasmine-patch.js:132:0 <- config/spec-bundle.js:62506:42) at webpack:///~/zone.js/dist/jasmine-patch.js:129:91 <- config/spec-bundle.js:62503:130 at ZoneDelegate.invokeTask (webpack:///~/zone.js/dist/zone.js:424:0 <- config/spec-bundle.js:63307:31) at Zone.runTask (webpack:///~/zone.js/dist/zone.js:191:0 <- config/spec-bundle.js:63074:47) at drainMicroTaskQueue (webpack:///~/zone.js/dist/zone.js:595:0 <- config/spec-bundle.js:63478:35) at

moneydance avatar Aug 27 '17 19:08 moneydance