UNPKG
yaddi
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
YADDI:> A Yadda HTML report when using mocha.
github.com/mamalisk/yadda-html-reporter
mamalisk/yaddi
yaddi
/
examples
/
yadda_basic
/
yadda1.js
17 lines
(10 loc)
•
256 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
'use strict'
;
var
secondSteps =
function
(
yadda
){
this
.
yadda
= yadda.
yadda
;
this
.
yadda
.
given
(
"I am too rich"
,
function
(
done
){
console
.
log
(
"i am too rich"
);
done
(); }); };
module
.
exports
= secondSteps;