refactoring

This commit is contained in:
Philipp Kühn
2018-11-14 10:45:13 +01:00
parent a224b53c5a
commit 290442829d
7 changed files with 52 additions and 48 deletions

View File

@@ -19,7 +19,7 @@ import {
History,
} from '../../tiptap-extensions'
test('can create editor', () => {
test('create editor', () => {
const editor = new Editor()
expect(editor).toBeDefined()