Fixed Jest Backend Tests #27
Annotations
4 errors
tests/editor/crdt/fugue.test.ts > Fugue > should insert values locally:
code/client/src/editor/crdt/fugue.ts#L42
TypeError: Cannot read properties of undefined (reading 'column')
❯ src/editor/crdt/fugue.ts:42:65
❯ Fugue.insertLocal src/editor/crdt/fugue.ts:41:19
❯ tests/editor/crdt/fugue.test.ts:18:63
|
tests/editor/crdt/fugue.test.ts > Fugue > should delete values locally:
code/client/src/editor/crdt/fugue.ts#L42
TypeError: Cannot read properties of undefined (reading 'column')
❯ src/editor/crdt/fugue.ts:42:65
❯ Fugue.insertLocal src/editor/crdt/fugue.ts:41:19
❯ tests/editor/crdt/fugue.test.ts:36:11
|
client (ubuntu-latest, latest, latest, code/client)
Process completed with exit code 1.
|
server (ubuntu-latest, latest, latest, code/server)
Process completed with exit code 1.
|