(file)
| 39 | } |
| 40 | |
| 41 | export function read (file) { |
| 42 | return fs.readFileSync(path.normalize(path.join(__dirname, '../resources/' + file)), { |
| 43 | encoding: 'utf8' |
| 44 | }) |
| 45 | } |
| 46 | |
| 47 | // Backs up the given file |
| 48 | export function backup (src) { |
no outgoing calls
no test coverage detected