I'm using this plugin in a backend repo that uses Vitest as a test runner but not Vite as a bundler. This gives a peer dependency warning about missing Vite, even though the plugin works perfectly with Vitest in it's place. Could vitest also fulfill the requirement that triggers this warning? Thanks!
I'm using this plugin in a backend repo that uses Vitest as a test runner but not Vite as a bundler. This gives a peer dependency warning about missing Vite, even though the plugin works perfectly with Vitest in it's place. Could vitest also fulfill the requirement that triggers this warning? Thanks!