-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Replace chai.should with chai.expect #1780
Conversation
Woot, thank you very much for this @RCYP! Note that there are multiple tests failing due to usage of |
Hi all! |
Note that @alanarvelo is working on a very similar thing at #1804 |
idk why the build is failing.. i've checked out from the latest master branch and put the test cases but it still fails.. seems @alanarvelo has got it so you can use his instead. |
Hi @RCYP sorry to have jumped in, I thought you had paused your effort. You can prevent this from happening by running those tests in your local environment by typing |
the coverage check is failing at Address.sol for some reason.. i'm using the same file from the master. any idea what the issue might be? |
Lovely! Thank you @RCYP! |
Fixes #1687
Converted all cases of .should to expect and added 'const { expect } = require('chai');' to relevant files.
Did not touch any other files except the test files.