()
| 22 | let configDir: string |
| 23 | |
| 24 | function clearWorkflowCaches(): void { |
| 25 | ;(loadMarkdownFilesForSubdir as { cache?: { clear?: () => void } }).cache |
| 26 | ?.clear?.() |
| 27 | } |
| 28 | |
| 29 | beforeEach(async () => { |
| 30 | projectDir = await mkdtemp(join(tmpdir(), 'ncode-workflows-command-')) |