(fileName: string)
| 543 | }); |
| 544 | |
| 545 | function getHtml(fileName: string) { |
| 546 | const filePath = path.resolve(__dirname, `../../rrdom/test/html/${fileName}`); |
| 547 | return fs.readFileSync(filePath, 'utf8'); |
| 548 | } |
no outgoing calls
no test coverage detected