()
| 82 | } |
| 83 | |
| 84 | function createChunksCollection() { |
| 85 | return createCollection( |
| 86 | mockSyncCollectionOptions<Chunk>({ |
| 87 | id: `includes-type-chunks`, |
| 88 | getKey: (c) => c.id, |
| 89 | initialData: [], |
| 90 | }), |
| 91 | ) |
| 92 | } |
| 93 | |
| 94 | describe(`includes subquery types`, () => { |
| 95 | const projects = createProjectsCollection() |
no test coverage detected