UNPKG

@plugjs/cov8-html

Version:

Single-page-app to browse Cov8 reports

11 lines (7 loc) 269 B
'use strict' const fs = require('node:fs') const path = require('node:path') const file = path.resolve(__dirname, 'dist', 'index.html') const html = fs.readFileSync(file, 'utf8') const initFunction = 'window.__initCoverage__' module.exports = { html, initFunction }