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
the goal is simple - I wanna know that our tables cover basic needs and didn't crash.
I think it's doable with jest. We would need to configure it once; later, it might help us a lot.
for example when we decide to change something - we wouldn't need to be worried if we crash something - we just run our tests and see the results.
Later we can install our module into few other remix-* repositories and try to use our simple components
The text was updated successfully, but these errors were encountered:
the goal is simple - I wanna know that our tables cover basic needs and didn't crash.
I think it's doable with jest. We would need to configure it once; later, it might help us a lot.
for example when we decide to change something - we wouldn't need to be worried if we crash something - we just run our tests and see the results.
Later we can install our module into few other remix-* repositories and try to use our simple components
The text was updated successfully, but these errors were encountered: