()
| 61 | } |
| 62 | |
| 63 | function createUsers() { |
| 64 | return createCollection( |
| 65 | mockSyncCollectionOptions<User>({ |
| 66 | id: `multi-source-type-users`, |
| 67 | getKey: (user) => user.id, |
| 68 | initialData: [], |
| 69 | }), |
| 70 | ) |
| 71 | } |
| 72 | |
| 73 | describe(`unionAll types`, () => { |
| 74 | test(`exports declaration helper types used by public signatures`, () => { |
no test coverage detected