skuba icon indicating copy to clipboard operation
skuba copied to clipboard

Support vitest?

Open samchungy opened this issue 1 year ago • 1 comments

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/

samchungy avatar Apr 03 '23 00:04 samchungy

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.

samchungy avatar Sep 02 '24 03:09 samchungy