X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fvitest.config.ts;h=39905b29c5bf4f670d2ab327e584209f0a81aafb;hb=0dd2e69ddb88b8f4b1c2c5e125f89b3ce2295060;hp=b772de1747337f51ae39042dd521037c1af7456f;hpb=68220b423c52da387fdf41967dd8c738da0ff52e;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/vitest.config.ts b/ui/web/vitest.config.ts index b772de17..39905b29 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'] + } + } }) )