Skip to content

Commit 53df0e5

Browse files
authored
Merge pull request #468 from streamich/new-trace
Add "clownschool" trace in tests
2 parents 6ee5694 + d639fbf commit 53df0e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"js-base64": "^3.7.2",
119119
"js-sdsl": "^4.4.0",
120120
"jsbi": "^4.3.0",
121-
"json-crdt-traces": "https://github.com/streamich/json-crdt-traces#02718a7a5d09e0dc6c31ea7d45a9ce3cbb0bf085",
121+
"json-crdt-traces": "https://github.com/streamich/json-crdt-traces#ec825401dc05cbb74b9e0b3c4d6527399f54d54d",
122122
"json-logic-js": "^2.0.1",
123123
"json-pack-napi": "^0.0.2",
124124
"load-script": "^2.0.0",

src/json-crdt/__tests__/editing-traces.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('sequential traces', () => {
1717
});
1818

1919
describe('concurrent traces', () => {
20-
const traces: string[] = ['friendsforever'];
20+
const traces: string[] = ['friendsforever', 'clownschool'];
2121
for (const traceName of traces) {
2222
test(`"${traceName}" trace`, async () => {
2323
const [batch, view] = loadConcurrentTrace(traceName);

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3659,9 +3659,9 @@ jsesc@^2.5.1:
36593659
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
36603660
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
36613661

3662-
"json-crdt-traces@https://github.com/streamich/json-crdt-traces#02718a7a5d09e0dc6c31ea7d45a9ce3cbb0bf085":
3662+
"json-crdt-traces@https://github.com/streamich/json-crdt-traces#ec825401dc05cbb74b9e0b3c4d6527399f54d54d":
36633663
version "0.0.1"
3664-
resolved "https://github.com/streamich/json-crdt-traces#02718a7a5d09e0dc6c31ea7d45a9ce3cbb0bf085"
3664+
resolved "https://github.com/streamich/json-crdt-traces#ec825401dc05cbb74b9e0b3c4d6527399f54d54d"
36653665

36663666
json-logic-js@^2.0.1:
36673667
version "2.0.2"

0 commit comments

Comments
 (0)