(name: string)
| 132 | } |
| 133 | |
| 134 | export function getJSON(name: string) { |
| 135 | return JSON.parse(readFileSync(getFilepath(name), 'utf-8')); |
| 136 | } |
| 137 | |
| 138 | function formatOptions(name: string | MockOptions, options?: MockOptions) { |
| 139 | let baseDir; |
nothing calls this directly
no test coverage detected
searching dependent graphs…