UNPKG
nococohint
Version:
latest (0.1.4)
0.1.4
Tool for assembling Istanbul, JSHint & Mocha reports together.
nococohint
/
test
/
test.js
8 lines
(6 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
describe
(
'Test'
,
function
(
){
it
(
'should test'
,
function
(
done
){
var
codecover =
require
(
'../lib'
);
done
(); }); });