Hung Viet Nguyen
Hung Viet Nguyen
In #54, we added ```bash vitest-preview setup automatic-mode ```
@jmasukawa @chrispyliang Fixed in #325 released in https://www.npmjs.com/package/jest-preview/v/0.3.2-alpha.3 I will release 0.3.2 soon
v0.3.2 is out https://github.com/nvh95/jest-preview/releases/tag/v0.3.2
@all-contributors please add @dejavu1987 for docs
Hi @tarjei. Thank you very much for your efforts in helping with this. After some consideration, I think it's better to configure `externalCss` using a `configure` utility. Something like this...
@all-contributors please add @tarjei for idea
If your vite project can process tailwind with vite config, probably vitest can process tailwindcss as well. Otherwise, please help to add a minimal reproduction, and feel free to reopen...
You can duplicate the contents of one Document object into another using documentElement.cloneNode(true) (deep clone) or by serializing with documentElement.outerHTML. Here are two common approaches: 1. Deep clone with cloneNode...
Hi @lutam. It's actually an improvement. I moved the cache from `.vitest-preview` to OS's temporary directory in #41, so users do not need to manually add `.vitest-preview` to `.gitignore`. Do...
@lutam Thanks for your clarification. I will add an option to output it as a file in upcoming version and let you know.