Angular Utility to Convert Module-Based Components to Standalone Components Does Not Convert Spectator Tests #657
Unanswered
rwmollenkamp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are in the process of converting our application to exclusively use standalone components, and we used Angular's provided CLI utility to do so. However, the utility is unable to convert unit tests written using Spectator. Thus, we are left with 900+ unit tests that are failing, and must update them all manually. Does Spectator offer any kind of conversion utility to convert existing Spectator tests into tests for standalone components?
Beta Was this translation helpful? Give feedback.
All reactions