Phil Mayfield
Phil Mayfield
Interestingly I get different results in a production build and dev build (top is production, bottom is dev): Prod  Dev 
I also fixed this recently by moving my suite wide `beforeEach` logic into a callable function, and for the tests that use `fakeAsync` calling that function in each `it` block....
As someone also curious about the same, I work on an application built using Angular Material. It would be nice for the styles of the editor to match the rest...
> I ONLY see the problem in non-watch mode : `ng test --watch=false` I noticed that too, but I _think_ once you stop watching it'll spit out the error.