feat: bump blocksuite (#5194)

Co-authored-by: AyushAgrawal-A2 <ayushagl06@gmail.com>
This commit is contained in:
Yifeng Wang
2023-12-06 18:15:03 +08:00
committed by GitHub
parent 2dcb5a3030
commit 6cbf5b2a92
37 changed files with 292 additions and 430 deletions

View File

@@ -4,7 +4,7 @@ vi.mock('lottie-web', () => ({
default: {},
}));
vi.mock('@blocksuite/editor', () => ({
vi.mock('@blocksuite/presets', () => ({
EditorContainer: vi.fn(),
}));