fix(ui): stabilize chat-image open browser test and changelog

This commit is contained in:
Peter Steinberger
2026-02-24 14:47:39 +00:00
parent 94942df8c7
commit fb8edebc32
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
import { afterEach, describe, expect, it, vi } from "vitest";
import "../app.ts";
import { mountApp, registerAppMountHooks } from "../test-helpers/app-mount.ts";
registerAppMountHooks();