mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 05:07:06 +08:00
refactor(editor): rename presets to integration test (#10340)
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
ParseDocUrlExtension,
|
||||
RefNodeSlotsProvider,
|
||||
} from '@blocksuite/blocks';
|
||||
import { type AffineEditorContainer } from '@blocksuite/presets';
|
||||
import { type TestAffineEditorContainer } from '@blocksuite/integration-test';
|
||||
import type { ExtensionType, Store, Workspace } from '@blocksuite/store';
|
||||
|
||||
import {
|
||||
@@ -19,7 +19,7 @@ import {
|
||||
} from '../../_common/mock-services';
|
||||
|
||||
export function getTestCommonExtensions(
|
||||
editor: AffineEditorContainer
|
||||
editor: TestAffineEditorContainer
|
||||
): ExtensionType[] {
|
||||
return [
|
||||
FontConfigExtension(CommunityCanvasTextFonts),
|
||||
|
||||
Reference in New Issue
Block a user