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.
I'm not exactly sure of what causes the issue. I've had this bug in a real test of mine, and tried to reproduce it here with a relatively simple test. It appears that the bug is caused by the usage of the date pipe in the template of the component. The same test passes if version 0.8.20 is used (which can be tested by changing the version in package.json, re-executing yarn, then re-executing ng test).
The text was updated successfully, but these errors were encountered:
Here's a repo reproducing the issue: https://github.com/jnizet/zonejsbug.
The bug is illustrated in https://github.com/jnizet/zonejsbug/blob/master/src/app/app.component.spec.ts.
I'm not exactly sure of what causes the issue. I've had this bug in a real test of mine, and tried to reproduce it here with a relatively simple test. It appears that the bug is caused by the usage of the date pipe in the template of the component. The same test passes if version 0.8.20 is used (which can be tested by changing the version in package.json, re-executing yarn, then re-executing ng test).
The text was updated successfully, but these errors were encountered: