Skip to content

Commit

Permalink
Merge pull request #468 from streamich/new-trace
Browse files Browse the repository at this point in the history
Add "clownschool" trace in tests
  • Loading branch information
streamich authored Dec 1, 2023
2 parents 6ee5694 + d639fbf commit 53df0e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/json-crdt/__tests__/editing-traces.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 53df0e5

Please sign in to comment.