Fix broken unit tests
This commit is contained in:
parent
88b785d1d9
commit
b354ddbe8d
|
@ -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', () => {
|
||||||
|
|
Loading…
Reference in New Issue