Marcel Hohn
Results
2
issues of
Marcel Hohn
1. The following property definitions are inconsistent with one another: @property def x(self): ''' np.array: The grid points in x. ''' if None not in (self.x_min, self.x_max, self.x_step) and \...
[Bug]: `fakeAsync` and `tick` seem to be not working with `compileComponents` and DOM interactions
3
### Version 14.2.2 ### Steps to reproduce 1. Clone the repository at https://github.com/marcelhohn/angular-playground/tree/fake-async-jest 2. Check out the branch `fake-async-jest` 3. Run `jest` The minimal reproduction example contains one component, which...
:bug: Bug
duplicate
Confirmed
workaround1: obvious