(path: string, content: string)
| 1190 | |
| 1191 | // Helper to create test files |
| 1192 | export function createTestFile(path: string, content: string) { |
| 1193 | return mockFileSystem.create(path, content); |
| 1194 | } |
| 1195 | |
| 1196 | // Helper to get test files |
| 1197 | export function getTestFiles() { |