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
ava version: 0.16.0
So that we can validate both the Error type and use RegExp to check for the message.
Currently, error type checking with RegExp is not possible: t.throws(..., /filter err messge/)
t.throws(..., /filter err messge/)
🌷
The text was updated successfully, but these errors were encountered:
t.throws is already too overloaded. We're not gonna make it even harder to use.
t.throws
We're planning to simplify it over in #1047. Could use your thoughts there ;)
Sorry, something went wrong.
No branches or pull requests
ava version: 0.16.0
So that we can validate both the Error type and use RegExp to check for the message.
Currently, error type checking with RegExp is not possible:
t.throws(..., /filter err messge/)
🌷
The text was updated successfully, but these errors were encountered: