(name: string)
| 11 | const FIXTURES = resolve(__dirname, '__testfixtures__') |
| 12 | |
| 13 | function read(name: string): string { |
| 14 | return readFileSync(resolve(FIXTURES, name), 'utf-8') |
| 15 | } |
| 16 | |
| 17 | function runTransform( |
| 18 | fixtureBaseName: string, |
no outgoing calls
no test coverage detected