-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Assertions return boolean #2584
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
Conversation
@novemberborn if the way I have edited the assertion testcases are fine, I'll make the changes to all cases. |
Does this include the changes made in #2564? Would you be able to edit the commits here so that de16258 is included, followed by your changes? It'll make it easier to see what you've addressed from #2564 and it retains the credit. |
Fixes avajs#2345. Co-authored-by: Mark Wubben <[email protected]>
* Update dev dependencies * Update XO * Update dependencies * Rebuild lockfile
* Reconfigure xo and eslint to purposely ignore bad configurations * Rewrite expectations to use snapshots * Fix trailing symbols strip functionality for output cleanup * Use posix path relative resolution on tests filename snapshots * Normalize posix paths on test snapshots
4ac6b65
to
7acbfce
Compare
@novemberborn rebaseing de16258 have updated all the commits after that too as a side effect. |
I didn't start working on top of [de16258], but there are some changes which are common, so I have rebased to give give due credit. |
Changes to address #2455 .
Assertion return boolean.