refactor(editor): rename presets to integration test (#10340)

This commit is contained in:
Saul-Mirone
2025-02-21 06:26:03 +00:00
parent f79324b6a1
commit f3218ab3bc
116 changed files with 156 additions and 210 deletions
@@ -0,0 +1,7 @@
import '@blocksuite/blocks/effects';
import { TestAffineEditorContainer } from './editors/index.js';
export function effects() {
customElements.define('affine-editor-container', TestAffineEditorContainer);
}