Reactive Forms Testing CI
I have a test for a form component that is working well locally, but I cannot get it to pass in GitHub Actions. I've tried so many different iterations without any luck.
Here is the error that is returned in GitHub Actions:
2 Replies
I fixed this by setting everything all at once:
I think it is a test config issue.. you can confirm it using
app()->runningUnitTests()
. It should return true