expresso
expresso copied to clipboard
Problem when running with gently
The following test works when executed via node (issues an exception), but runs successfully (which is incorrect) with expresso. Any hint why ???
module.exports = {
'test': function() {
var gently = new (require('gently'));
var fn = gently.expect(function fn() {});
// fn();
},
}
i have no clue, i dont know what gently does internally