build: make internal-angular karma reporter compatible with latest karma (#24803)

Due to changes in karma@1.0.0, `internal-angular` karma reporter stopped
showing browser logs (such as `console.log()` etc.).
Related to d571a5173.

PR Close #24803
This commit is contained in:
George Kalpakas
2018-07-09 14:04:45 +03:00
committed by Miško Hevery
parent 3d20c50156
commit 89203c96ad
3 changed files with 64 additions and 38 deletions

View File

@ -10,7 +10,6 @@
import {spawn} from 'child_process';
import {platform} from 'os';
import {normalize} from 'path';
import {resolve} from 'url';
enum State {
idle,