UNPKG
mochify-istanbul
Version:
latest (2.4.2)
2.4.2
2.4.1
2.4.0
2.3.0
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.0.1
1.0.0
0.0.1
0.0.0
Istanbul for mochify
github.com/ferlores/mochify-istanbul
ferlores/mochify-istanbul
mochify-istanbul
/
test
/
fixtures
/
es6.js
14 lines
(10 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
class
A
{
constructor
(
a
) {
this
.
a
= a } }
const
b
= b =>
new
A
(b);
b
(
'b'
);
describe
(
'test es6'
,
function
(
) {
it
(
'should pass 100%'
,
function
(
) {}); });