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

Output error message when wrong error type is thrown #479

Closed
cowwoc opened this issue Jul 26, 2019 · 0 comments
Closed

Output error message when wrong error type is thrown #479

cowwoc opened this issue Jul 26, 2019 · 0 comments

Comments

@cowwoc
Copy link

cowwoc commented Jul 26, 2019

Version 4.11.0

When a test expects one error but another type gets thrown I get this kind of output:

# ArrayTest.isEmpty_actualContainsOneElement
not ok 1 should throw
  ---
    operator: throws
    expected: |-
      [Function: RangeError]
    actual: |-
      [Function: TypeError]
    at: Test.<anonymous> (C:\Users\Gili\Documents\requirements.js\build\test\ArrayTest.js:15:14)
  ...

Please output the message associated with the actual error because it contains useful hints of what went wrong.

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

No branches or pull requests

2 participants