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
In AVA, I get the following output:
t.is(fn(), 'bar') | "foo"
Would be nice if "foo" could match the single-quote of 'bar'.
"foo"
'bar'
The text was updated successfully, but these errors were encountered:
Merge pull request #16 from power-assert-js/dontenum
6af11b4
make `_capt` and `_expr` methods not enumerable
No branches or pull requests
In AVA, I get the following output:
Would be nice if
"foo"
could match the single-quote of'bar'
.The text was updated successfully, but these errors were encountered: