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
not sure why you're getting that error. the first line after the describe you feed it a parameter. One thing to note, this is just a typescript error, so it won't affect execution (probably). So if things are working, you can switch the type of the fixture variable to "any" to avoid TS errors....
I run into this error following the course at Pluralsight. All tests (11 so far) pass, but this error is thrown in the terminal (webstorm).
This concerns chapter 4, mocking child components.
My code:
The text was updated successfully, but these errors were encountered: