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

Add support for captureExceptions #39

Closed
mpj opened this issue Feb 21, 2015 · 2 comments
Closed

Add support for captureExceptions #39

mpj opened this issue Feb 21, 2015 · 2 comments

Comments

@mpj
Copy link

mpj commented Feb 21, 2015

Right now I use the 'jasmine-async-errors' to work around the problem, but jasmine has a setting for it that should work, but doesn't seem to work in gulp-jasmine. This is what I'd like to work:

      .pipe(jasmine({
        captureExceptions: true
      }));

(to be clear, this is the issue I'm trying to solve: mhevery/jasmine-node#267 (comment))

@jbblanchet
Copy link
Contributor

This seems like a setting on jasmine-node, not on jasmine itself. gulp-jasmine uses jasmine-npm. I don't think such a setting exists in that project.

@jbblanchet
Copy link
Contributor

Closed for inactivity.

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