Closed
Description
OS
Mac OSX Sierra 10.12.3
Versions
@angular/cli: 1.0.0-rc.2
node: 6.9.1
os: darwin x64
@angular/common: 4.0.0-rc.5
@angular/compiler: 4.0.0-rc.5
@angular/core: 4.0.0-rc.5
@angular/forms: 4.0.0-rc.5
@angular/http: 4.0.0-rc.5
@angular/material: 2.0.0-beta.2
@angular/platform-browser: 4.0.0-rc.5
@angular/platform-browser-dynamic: 4.0.0-rc.5
@angular/router: 4.0.0-rc.5
@angular/cli: 1.0.0-rc.2
@angular/compiler-cli: 4.0.0-rc.5
Repro steps.
- Install RC2
- Run
ng test --code-coverage
The browser opens and the spec list does not appear
- Run
ng test
The browser opens and the spec list does appear
- Install RC1
- Run
ng test --code-coverage
The browser opens and the spec list does appear
In all cases, the spec execution results are shown correctly in the terminal.
It seems there was a regression from rc1 to rc2 on this