InitialState in testing does not work correctly #2524
Replies: 2 comments
-
The only thing I would change is |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a problem with initialising the status of a store in tests.
My store:
My component:
Test:
It seems to me that the status is initialised correctly and yet I receive this error:
I have the exact same test in other projects but it does not seem to work here.
I have no major differences except for the package manager which here is pnpm. Same version of pnpm, pina/testing and vitest
Beta Was this translation helpful? Give feedback.
All reactions