skuba
skuba copied to clipboard
Support vitest?
Vitest is for the most part an almost drop in replacement for Jest. Should we add another option for being able to run with vitest as well?
https://vitest.dev/
Last I attempted to migrate, vitest does not support CJS mocks which means we would have to migrate to ESM https://github.com/seek-oss/skuba/issues/398 before this.