move tests

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

View File

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