fix tests by removing y-memory include

This commit is contained in:
Kevin Jahns 2017-09-06 20:52:52 +02:00
parent ccf6d86c98
commit c88a813bb0
2 changed files with 1589 additions and 911 deletions

2497
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,6 @@
import _Y from '../../yjs/src/y.js'
import yMemory from '../../y-memory/src/y-memory.js'
import yArray from '../../y-array/src/y-array.js'
import yText from '../../y-text/src/Text.js'
import yMap from '../../y-map/src/y-map.js'
@ -12,7 +11,7 @@ import Chance from 'chance'
export let Y = _Y
Y.extend(yMemory, yArray, yText, yMap, yTest, yXml)
Y.extend(yArray, yText, yMap, yTest, yXml)
export var database = { name: 'memory' }
export var connector = { name: 'test', url: 'http://localhost:1234' }