()
| 28 | const questions: Question[] = [] |
| 29 | const idGen = createIdGenerator() |
| 30 | const getId = () => idGen.next().value |
| 31 | |
| 32 | // Get datasets with proper typing |
| 33 | const tabular = (ACCURACY_DATASETS.find(d => d.name === 'tabular')?.data.employees as Employee[]) ?? [] |
no test coverage detected
searching dependent graphs…