test(ai-toolbar): isolate split suites and action coverage
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { describe, expect, mock, test } from "bun:test";
|
||||
import {
|
||||
createTextareaKeydownEvent,
|
||||
registerAIToolbarTestHooks,
|
||||
registerAIToolbarMarkupHooks,
|
||||
renderToolbarBoundary,
|
||||
} from "./helpers/ai-toolbar-test-helpers";
|
||||
|
||||
registerAIToolbarTestHooks();
|
||||
registerAIToolbarMarkupHooks();
|
||||
|
||||
describe("AI toolbar keyboard shortcuts", () => {
|
||||
test("Ctrl+Enter triggers AI generation when the prompt has content", async () => {
|
||||
|
||||
Reference in New Issue
Block a user