☑️Support for Vitest for Atomico.
With @atomico/vite, you will be able to use the `atomico/test-dom` module without any issues.
import atomico from "@atomico/vite";
export default {
plugins: atomico({
vitest: true,
}),
};
Last updated
Was this helpful?