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
Hi, cool library.
I'm not able to make it work with not:
chai.expect(1).to.be.false() AssertionError: expected 1 to be false
chai.expect(1).to.be.not.false() TypeError: chai.expect(...).to.be.not.false is not a function
I'm using chai 4.1.2 and dirty-chai 2.0.1
thanks
The text was updated successfully, but these errors were encountered:
exist seems to not be working as well
chai.expect(1).to.exist() TypeError: chai.expect(...).to.exist is not a function
Sorry, something went wrong.
No branches or pull requests
Hi,
cool library.
I'm not able to make it work with not:
I'm using chai 4.1.2 and dirty-chai 2.0.1
thanks
The text was updated successfully, but these errors were encountered: