| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import type { DeepnoteBlock } from '../deepnote-file/deepnote-file-schema' |
| 3 | import { isExecutableBlock, isExecutableBlockType } from './executable-blocks' |
| 4 |
nothing calls this directly
no test coverage detected