You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
It seems this happens because the beforeEach within the component tests is not finished. It looks like it fails after calling TestBed.createComponent(MyComponent)
using:
When using zone.js v0.8.12 unit tests work fine. With v0.8.13 I get this exception on every component test:
It seems this happens because the beforeEach within the component tests is not finished. It looks like it fails after calling TestBed.createComponent(MyComponent)
because code afterwards is not executed and therefore some objects are undefined.
The text was updated successfully, but these errors were encountered: