(relativePath)
| 22 | ]; |
| 23 | |
| 24 | function readJson(relativePath) { |
| 25 | return JSON.parse(fs.readFileSync(path.join(root, relativePath), 'utf8')); |
| 26 | } |
| 27 | |
| 28 | function readText(relativePath) { |
| 29 | return fs.readFileSync(path.join(root, relativePath), 'utf8'); |
no test coverage detected