We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e01d1 commit 24b1710Copy full SHA for 24b1710
src/components/text-editor/prosemirror-adapter/menu/menu-command.spec.tsx renamed to src/components/text-editor/prosemirror-adapter/menu/__tests__/menu-command.spec.tsx
@@ -5,9 +5,9 @@ import { schema as basicSchema } from 'prosemirror-schema-basic';
5
import { keymap } from 'prosemirror-keymap';
6
import { exampleSetup } from 'prosemirror-example-setup';
7
import { EditorView } from 'prosemirror-view';
8
-import { MenuCommandFactory } from './menu-commands';
9
-import { EditorMenuTypes } from './types';
10
-import { strikethrough } from './menu-schema-extender';
+import { MenuCommandFactory } from '../menu-commands';
+import { EditorMenuTypes } from '../types';
+import { strikethrough } from '../menu-schema-extender';
11
12
describe('MenuCommandFactory', () => {
13
let mySchema: Schema;
0 commit comments