Run tests without compilation. optimize testHelper output.

This commit is contained in:
Kevin Jahns
2025-03-25 11:14:55 +01:00
parent 4120d72161
commit 4738944446
11 changed files with 702 additions and 575 deletions

View File

@@ -1,6 +1,6 @@
import * as t from 'lib0/testing'
import { init, compare } from './testHelper.js' // eslint-disable-line
import * as Y from '../src/index.js'
import { init, compare } from './testHelper.js' // eslint-disable-line
import { readClientsStructRefs, readDeleteSet, UpdateDecoderV2, UpdateEncoderV2, writeDeleteSet } from '../src/internals.js'
import * as encoding from 'lib0/encoding'
import * as decoding from 'lib0/decoding'