()
| 922 | ] |
| 923 | |
| 924 | function createTeamsCollection() { |
| 925 | return createCollection( |
| 926 | mockSyncCollectionOptions<Team>({ |
| 927 | id: `includes-teams`, |
| 928 | getKey: (t) => t.id, |
| 929 | initialData: sampleTeams, |
| 930 | }), |
| 931 | ) |
| 932 | } |
| 933 | |
| 934 | function createMembersCollection() { |
| 935 | return createCollection( |
no test coverage detected