(name: string)
| 128 | } |
| 129 | |
| 130 | export function getFilepath(name: string) { |
| 131 | return path.join(fixtures, name); |
| 132 | } |
| 133 | |
| 134 | export function getJSON(name: string) { |
| 135 | return JSON.parse(readFileSync(getFilepath(name), 'utf-8')); |
no outgoing calls
searching dependent graphs…