careful-tent-30457
07/13/2022, 1:19 PMcomponent: {
devServer: {
framework: "react",
bundler: "vite",
},
setupNodeEvents(on, config) {
codeCoverageTask(on, config);
return config;
},
},
I'n my vite config I have the istanbul plugin and it's configured to instrument my code, and as mentioned works well when I run it in e2e.