X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fvitest.config.ts;h=313846b4aecb2e736f280f6cd9ea361739dd61ec;hb=408f561bfa34ee91d6badc76dfa5f3113a7c08bc;hp=6a5613f1b030749c7df23f02c325a37d3fc7a145;hpb=2de63014d37b8448c73bbe9aa91bdc31ec27b4c1;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/vitest.config.ts b/ui/web/vitest.config.ts index 6a5613f1..313846b4 100644 --- a/ui/web/vitest.config.ts +++ b/ui/web/vitest.config.ts @@ -11,9 +11,9 @@ export default mergeConfig( exclude: [...configDefaults.exclude, 'e2e/*'], root: fileURLToPath(new URL('./', import.meta.url)), coverage: { - provider: 'c8', + provider: 'v8', reporter: ['lcov'], }, }, - }) + }), );