expresso icon indicating copy to clipboard operation
expresso copied to clipboard

Problem when running with gently

Open vohtaski opened this issue 14 years ago • 1 comments

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();
  },
}

vohtaski avatar Oct 01 '11 13:10 vohtaski

i have no clue, i dont know what gently does internally

tj avatar Oct 01 '11 15:10 tj