From: Jérôme Benoit Date: Thu, 4 Jun 2026 17:21:06 +0000 (+0200) Subject: test: remove uneeded comment X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6e02e217df36125fd5e9731d75ad6499b2fbcec0;p=e-mobility-charging-stations-simulator.git test: remove uneeded comment Signed-off-by: Jérôme Benoit --- 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