UNPKG

yaddi

Version:

YADDI:> A Yadda HTML report when using mocha.

17 lines (10 loc) 256 B
'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;