()
| 57 | ] |
| 58 | |
| 59 | function createProjectsCollection() { |
| 60 | return createCollection( |
| 61 | mockSyncCollectionOptions<Project>({ |
| 62 | id: `includes-projects`, |
| 63 | getKey: (p) => p.id, |
| 64 | initialData: sampleProjects, |
| 65 | }), |
| 66 | ) |
| 67 | } |
| 68 | |
| 69 | function createIssuesCollection() { |
| 70 | return createCollection( |
no test coverage detected