fix: correct import of merkle in test
This commit is contained in:
parent
0dcff8e671
commit
8a91006c7b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import * as db from '../db';
|
||||||
import * as sheet from '../sheet';
|
import * as sheet from '../sheet';
|
||||||
import * as sync from './index';
|
import * as sync from './index';
|
||||||
import { getClock, Timestamp } from '../crdt';
|
import { getClock, Timestamp } from '../crdt';
|
||||||
import * as merkle from '../merkle';
|
import { merkle } from '../crdt';
|
||||||
import * as encoder from './encoder';
|
import * as encoder from './encoder';
|
||||||
const jsc = require('jsverify');
|
const jsc = require('jsverify');
|
||||||
const uuidGenerator = jsc
|
const uuidGenerator = jsc
|
||||||
|
|
Loading…
Reference in a new issue