Open vohtaski opened 13 years ago
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
The following test works when executed via node (issues an exception), but runs successfully (which is incorrect) with expresso. Any hint why ???