oso
oso copied to clipboard
Transition frontend testing to Vitest
@IcaroG @Jabolol did we get Jest to work how we want? If so I'll de-prioritize this
Not yet, we didn't get the test suite to work successfully with ES modules + nextjs auto-setup. Tests on prod have the problematic tests commented out.
Any tests that include oso utils package won't work right now. Unclear if vitest will fix this.
We also use vitest already for storybook tests, so maybe it makes sense to reconcile all this.