(url)
| 13 | } |
| 14 | |
| 15 | fetch(url) { |
| 16 | let content = fs.readFileSync(path.join(this.distPath, url.replace('file://./', '')), 'utf8'); |
| 17 | return Promise.resolve(Buffer.from(content)); |
| 18 | } |
| 19 | } |
| 20 | |
| 21 | class DistChecker { |
nothing calls this directly
no outgoing calls
no test coverage detected