diff --git a/.vscode/settings.json b/.vscode/settings.json index 118b81dd263..c896d0bb2db 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,5 +12,6 @@ "source.fixAll.eslint": "always", "source.fixAll.biome": "always", "source.organizeImports.biome": "always" -}, -} \ No newline at end of file + }, + "vitest.cliArguments": "--no-isolate", +}