Fix tests
This commit is contained in:
parent
3ec41686f7
commit
0fff8265e6
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import test, {ExecutionContext} from 'ava';
|
|||
import {JSDOM} from 'jsdom';
|
||||
import {Subject, Observable} from 'rxjs';
|
||||
import ZenObservable from 'zen-observable';
|
||||
import is from '..';
|
||||
import is from '../source';
|
||||
|
||||
const isNode8orHigher = Number(process.versions.node.split('.')[0]) >= 8;
|
||||
const isNode10orHigher = Number(process.versions.node.split('.')[0]) >= 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue