Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem when running with gently #135

Open
vohtaski opened this issue Oct 1, 2011 · 1 comment
Open

Problem when running with gently #135

vohtaski opened this issue Oct 1, 2011 · 1 comment

Comments

@vohtaski
Copy link

vohtaski commented Oct 1, 2011

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();
  },
}
@tj
Copy link
Member

tj commented Oct 1, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants