()
| 2212 | ] |
| 2213 | |
| 2214 | function createProjectsWC() { |
| 2215 | return createCollection( |
| 2216 | mockSyncCollectionOptions<ProjectWithCreator>({ |
| 2217 | id: `includes-projects-wc`, |
| 2218 | getKey: (p) => p.id, |
| 2219 | initialData: sampleProjectsWithCreator, |
| 2220 | }), |
| 2221 | ) |
| 2222 | } |
| 2223 | |
| 2224 | function createIssuesWC() { |
| 2225 | return createCollection( |
no test coverage detected