From d639fbf842da52c78225b3aa5a94cde51ab31545 Mon Sep 17 00:00:00 2001 From: streamich Date: Fri, 1 Dec 2023 21:17:07 +0100 Subject: [PATCH] =?UTF-8?q?test(json-crdt):=20=F0=9F=92=8D=20run=20"clowns?= =?UTF-8?q?chool"=20trace=20in=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/json-crdt/__tests__/editing-traces.spec.ts | 2 +- yarn.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 925e84ba06..c9a7a46b42 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "js-base64": "^3.7.2", "js-sdsl": "^4.4.0", "jsbi": "^4.3.0", - "json-crdt-traces": "https://github.com/streamich/json-crdt-traces#02718a7a5d09e0dc6c31ea7d45a9ce3cbb0bf085", + "json-crdt-traces": "https://github.com/streamich/json-crdt-traces#ec825401dc05cbb74b9e0b3c4d6527399f54d54d", "json-logic-js": "^2.0.1", "json-pack-napi": "^0.0.2", "load-script": "^2.0.0", diff --git a/src/json-crdt/__tests__/editing-traces.spec.ts b/src/json-crdt/__tests__/editing-traces.spec.ts index 2f9ba26cad..f4aeea5dae 100644 --- a/src/json-crdt/__tests__/editing-traces.spec.ts +++ b/src/json-crdt/__tests__/editing-traces.spec.ts @@ -17,7 +17,7 @@ describe('sequential traces', () => { }); describe('concurrent traces', () => { - const traces: string[] = ['friendsforever']; + const traces: string[] = ['friendsforever', 'clownschool']; for (const traceName of traces) { test(`"${traceName}" trace`, async () => { const [batch, view] = loadConcurrentTrace(traceName); diff --git a/yarn.lock b/yarn.lock index 6d9eb8c86b..2595fe17f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3659,9 +3659,9 @@ jsesc@^2.5.1: resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== -"json-crdt-traces@https://github.com/streamich/json-crdt-traces#02718a7a5d09e0dc6c31ea7d45a9ce3cbb0bf085": +"json-crdt-traces@https://github.com/streamich/json-crdt-traces#ec825401dc05cbb74b9e0b3c4d6527399f54d54d": version "0.0.1" - resolved "https://github.com/streamich/json-crdt-traces#02718a7a5d09e0dc6c31ea7d45a9ce3cbb0bf085" + resolved "https://github.com/streamich/json-crdt-traces#ec825401dc05cbb74b9e0b3c4d6527399f54d54d" json-logic-js@^2.0.1: version "2.0.2"