(path: string)
| 123 | const INTEGRATIONS_FILE = join('examples', '3_integrations.deepnote') |
| 124 | |
| 125 | function parseDeepnoteFixture(path: string) { |
| 126 | return deserializeDeepnoteFile(fs.readFileSync(path, 'utf-8')) |
| 127 | } |
| 128 | |
| 129 | // Test helpers |
| 130 | interface ExecutionSummary { |
no test coverage detected