UNPKG

mocha-simple-html-reporter

Version:
9 lines (5 loc) 203 B
'use strict'; const path = require('path'); const fs = require('fs'); const scriptPath = path.join(__dirname, 'assets', 'html-report.js'); module.exports = () => fs.readFileSync(scriptPath, 'utf-8');