UNPKG
mocha-simple-html-reporter
Version:
latest (2.0.0)
2.0.0
1.1.0
1.0.1
1.0.0
HTML reporter for Mocha
github.com/blond/mocha-simple-html-reporter
blond/mocha-simple-html-reporter
mocha-simple-html-reporter
/
lib
/
load-scripts.js
9 lines
(5 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'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'
);