UNPKG
@gotoeasy/cache
Version:
latest (0.3.1)
0.3.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
disk based cache
github.com/gotoeasy/npm-packages/blob/master/cache/README.md
gotoeasy/npm-packages
@gotoeasy/cache
/
coverage.js
4 lines
(2 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
const
opn =
require
(
'opn'
);
opn
(
'coverage/index.html'
);
// 浏览器本地打开查看覆盖率报告