Skip to content

Commit

Permalink
add test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Jun 26, 2023
1 parent 2be15c1 commit 96eb8e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e/packages/sync-test/data/testData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ export const testData2 = {
{ key: { key: 1 }, value: { value: 24 } },
{ key: { key: 2 }, value: { value: 1337 } },
],
Vector: [{ key: { key: 1 }, value: { x: 1, y: 42 } }],
Vector: [
{ key: { key: 1 }, value: { x: 1, y: 42 } },
{ key: { key: 32 }, value: { x: 1, y: -42 } },
],
} satisfies Data;

0 comments on commit 96eb8e5

Please sign in to comment.