ngneat / spectator

🦊 🚀 A Powerful Tool to Simplify Your Angular Tests
https://ngneat.github.io/spectator
MIT License
2.08k stars 177 forks source link

CommonModule is missing with standalone components #558

Closed DaSchTour closed 2 years ago

DaSchTour commented 2 years ago

Is this a regression?

No

Description

When creating a test for a standalone component that contains an if the test fails and complains about missing CommonModule. Adding CommonModule to the Imports doesn't change the situation.

Please provide a link to a minimal reproduction of the bug

No response

Please provide the exception or error you saw

No response

Please provide the environment you discovered this bug in

No response

Anything else?

No response

Do you want to create a pull request?

No