Phil Mayfield

Results 4 comments of Phil Mayfield

Interestingly I get different results in a production build and dev build (top is production, bottom is dev): Prod ![image](https://github.com/angular/components/assets/8093223/ed9d7afe-5da6-4525-96eb-766b2ac259a9) Dev ![image](https://github.com/angular/components/assets/8093223/7257f1a3-1702-49a9-8241-dffc8f88cbde)

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.