()
| 32 | > |
| 33 | |
| 34 | function createUsers() { |
| 35 | return createCollection( |
| 36 | mockSyncCollectionOptions<User>({ |
| 37 | id: `nested-select-users-type`, |
| 38 | getKey: (u) => u.id, |
| 39 | initialData: [], |
| 40 | }), |
| 41 | ) |
| 42 | } |
| 43 | |
| 44 | describe(`select types`, () => { |
| 45 | test(`works with functions`, () => { |
no test coverage detected