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 was archived by the owner on Feb 26, 2024. It is now read-only.
I'm using angular2-webpack-starter for my Angular2 project (like many others) which references zone.js via ~0.6.12 (package.json). This issue is likely affecting a lot of people.
Since 0.6.14 I'm getting
Uncaught Error: Missing: SyncTestZoneSpecfor my Angular2 RC4 unit tests. They work with 0.6.13.Affected project and failing build as a reference.
I'm using angular2-webpack-starter for my Angular2 project (like many others) which references zone.js via
~0.6.12(package.json). This issue is likely affecting a lot of people.