test(ai-toolbar): isolate split suites and action coverage
This commit is contained in:
@@ -6,13 +6,13 @@ import {
|
||||
createDocumentKeydownEvent,
|
||||
getDocumentListener,
|
||||
getDocumentListenerMocks,
|
||||
registerAIToolbarTestHooks,
|
||||
registerAIToolbarEffectHooks,
|
||||
resetRegisteredDocumentListeners,
|
||||
renderToolbar,
|
||||
renderToolbarBoundary,
|
||||
} from "./helpers/ai-toolbar-test-helpers";
|
||||
|
||||
registerAIToolbarTestHooks();
|
||||
registerAIToolbarEffectHooks();
|
||||
|
||||
describe("AI toolbar paste capture", () => {
|
||||
test("textarea paste path forwards clipboard images to onImagesSelect through the component boundary", async () => {
|
||||
|
||||
Reference in New Issue
Block a user