move tests
This commit is contained in:
7
packages/tiptap/test/Editor.spec.js
Normal file
7
packages/tiptap/test/Editor.spec.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Editor from '../src/Utils/Editor'
|
||||
|
||||
test('can create editor', () => {
|
||||
const editor = new Editor()
|
||||
|
||||
expect(editor).toBeDefined()
|
||||
})
|
||||
Reference in New Issue
Block a user