(match, content)
| 130 | } |
| 131 | |
| 132 | _renderHtml(match, content) { |
| 133 | this.html = this.html.replace(new RegExp(`<!--${match}-->`, 'g'), content); |
| 134 | |
| 135 | return this.html; |
| 136 | } |
| 137 | |
| 138 | async _render(path, type) { |
| 139 | let html = await this._loadFile(path); |
no outgoing calls
no test coverage detected