test(ai-toolbar): isolate split suites and action coverage
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { describe, expect, test } from "bun:test";
|
||||
import {
|
||||
getMatchingClassTokens,
|
||||
registerAIToolbarTestHooks,
|
||||
registerAIToolbarMarkupHooks,
|
||||
renderToolbarMarkup,
|
||||
} from "./helpers/ai-toolbar-test-helpers";
|
||||
|
||||
registerAIToolbarTestHooks();
|
||||
registerAIToolbarMarkupHooks();
|
||||
|
||||
describe("AI toolbar layout contracts", () => {
|
||||
test("desktop composer uses a dedicated multi-column branch while mobile stays single-column", async () => {
|
||||
|
||||
Reference in New Issue
Block a user