From a5667572fbd15258d44d5ab26c5141f7e1d47ac0 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Wed, 29 Apr 2026 12:29:21 -0400 Subject: [PATCH] Tidy vitest config after winbox removal Drop the stray blank line where 'winbox' lived, and let prettier sort the imports while we're here. --- client/vitest.config.mts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/vitest.config.mts b/client/vitest.config.mts index 63b1098eadb..d7afa21dda6 100644 --- a/client/vitest.config.mts +++ b/client/vitest.config.mts @@ -1,8 +1,9 @@ /// -import { defineConfig } from "vite"; import vue from "@vitejs/plugin-vue2"; import path from "path"; import { fileURLToPath } from "url"; +import { defineConfig } from "vite"; + import { i18nPlugin } from "./tests/vitest/test-plugin"; import { yamlPlugin } from "./tests/vitest/yaml-plugin"; @@ -14,7 +15,6 @@ const modulesToTransform = [ "bootstrap-vue", "rxjs", "@hirez_io", - "pretty-bytes", "@fortawesome", "ro-crate-zip-explorer",