()
| 9 | import { IFileTree } from './test'; |
| 10 | |
| 11 | export const getTestDir = () => join(tmpdir(), 'js-debug-test-' + randomBytes(6).toString('hex')); |
| 12 | |
| 13 | /** |
| 14 | * Creates a file tree at the given location. Primarily useful for creating |
no test coverage detected