X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fvitest.config.ts;h=b772de1747337f51ae39042dd521037c1af7456f;hb=40dc0c793c4334410613e67fa30fc3a77d7bf794;hp=39905b29c5bf4f670d2ab327e584209f0a81aafb;hpb=66a7748ddeda8c94d7562a1ce58d440319654a4c;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/vitest.config.ts b/ui/web/vitest.config.ts index 39905b29..b772de17 100644 --- a/ui/web/vitest.config.ts +++ b/ui/web/vitest.config.ts @@ -12,8 +12,8 @@ export default mergeConfig( root: fileURLToPath(new URL('./', import.meta.url)), coverage: { provider: 'v8', - reporter: ['text', 'lcov'] - } - } + reporter: ['text', 'lcov'], + }, + }, }) )