Fix broken unit tests

This commit is contained in:
jos 2019-08-31 17:38:57 +02:00
parent 88b785d1d9
commit b354ddbe8d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import assert from 'assert' import assert from 'assert'
import './setup' import './setup'
import Node from '../src/js/Node' import { Node } from '../src/js/Node'
describe('Node', () => { describe('Node', () => {
describe('_findSchema', () => { describe('_findSchema', () => {