We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/rwjblue/ember-qunit/blob/master/lib/ember-qunit/test-wrapper.js#L19 is flawed if an error has no stack, but has a reason.
In chrome this isn't possible, but some other environments new Error('foo') without a throw wont process a stack.
new Error('foo')
throw
The text was updated successfully, but these errors were encountered:
9bc6d11
Merge pull request #228 from rwjblue/stefanpenner-patch-1
47d930c
[FIXES #227]
No branches or pull requests
https://github.com/rwjblue/ember-qunit/blob/master/lib/ember-qunit/test-wrapper.js#L19 is flawed if an error has no stack, but has a reason.
In chrome this isn't possible, but some other environments
new Error('foo')
without athrow
wont process a stack.The text was updated successfully, but these errors were encountered: