Skip to content
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

Not not working #37

Open
furstenheim opened this issue May 17, 2018 · 1 comment
Open

Not not working #37

furstenheim opened this issue May 17, 2018 · 1 comment

Comments

@furstenheim
Copy link

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

@furstenheim
Copy link
Author

exist seems to not be working as well

chai.expect(1).to.exist()
TypeError: chai.expect(...).to.exist is not a function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant