converted first y-array test to funlib/testing

This commit is contained in:
Kevin Jahns
2019-03-04 14:28:18 +01:00
parent c5cc403a29
commit 93ee4ee287
8 changed files with 419 additions and 5200 deletions

View File

@@ -21,7 +21,7 @@ export { YXmlElement as XmlElement, YXmlFragment as XmlFragment } from './types/
export { getRelativePosition, fromRelativePosition, equal as equalRelativePosition } from './utils/relativePosition.js'
export { ID, createID, RootFakeUserID } from './utils/ID.js'
export { ID, createID, RootFakeUserID, RootID } from './utils/ID.js'
export { DeleteStore, DSNode } from './utils/DeleteStore.js'
export { deleteItemRange } from './utils/structManipulation.js'
export { integrateRemoteStruct, integrateRemoteStructs } from './utils/integrateRemoteStructs.js'