From 6e02e217df36125fd5e9731d75ad6499b2fbcec0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 4 Jun 2026 19:21:06 +0200 Subject: [PATCH] test: remove uneeded comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/tests/unit/skins/modern/SimulatorBar.test.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ui/web/tests/unit/skins/modern/SimulatorBar.test.ts b/ui/web/tests/unit/skins/modern/SimulatorBar.test.ts index f627e617..f1b77037 100644 --- a/ui/web/tests/unit/skins/modern/SimulatorBar.test.ts +++ b/ui/web/tests/unit/skins/modern/SimulatorBar.test.ts @@ -10,12 +10,6 @@ import SimulatorBar from '@/skins/modern/components/SimulatorBar.vue' import { createUIServerConfig } from '../../constants.js' -// Mock useTheme/useSkin to avoid post-teardown console.warn from -// validateTokenContract() (scheduled via requestAnimationFrame) and from -// the floating switchSkin() Promise. Vitest 4.x rejects pending RPC at -// teardown ("Closing rpc while \"onUserConsoleLog\" was pending"), and -// jsdom does not resolve --color-* CSS variables so the contract check -// would log ~24 warnings per