| 1 | import type { DeepnoteFile } from '@deepnote/blocks' |
| 2 | import { describe, expect, it } from 'vitest' |
| 3 | import { analyzeProject, buildBlockMap, checkForIssues, computeProjectStats, diagnoseBlockFailure } from './analysis' |
| 4 |
nothing calls this directly
no test coverage detected