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
I try to make a crud test with valtio in vanillajs, but my test crash.
When I use the console, I saw the state keep the old values while I create a new state and reinitialize state for each tests.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everybody,
I try to make a crud test with valtio in vanillajs, but my test crash.
When I use the console, I saw the state keep the old values while I create a new state and reinitialize state for each tests.
Someone can tell me whats wrong?
see the stackblitz test
main files are store.ts and store.test.ts
Beta Was this translation helpful? Give feedback.
All reactions