move tests

This commit is contained in:
Philipp Kühn
2018-11-11 23:13:59 +01:00
parent 17f311ac98
commit 178abfa8c5

View File

@@ -0,0 +1,7 @@
import Editor from '../src/Utils/Editor'
test('can create editor', () => {
const editor = new Editor()
expect(editor).toBeDefined()
})