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

Add case-insensitive equality check #127

Open
opatut opened this issue Jan 6, 2015 · 1 comment
Open

Add case-insensitive equality check #127

opatut opened this issue Jan 6, 2015 · 1 comment

Comments

@opatut
Copy link

opatut commented Jan 6, 2015

I would really prefer something like

expect(something).to.equalCaseInsensitive(other);

over

expect(something.toLowerCase()).to.equal(other.toLowerCase());

Can we have this?

@frankcash
Copy link

relevant stack overflow

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

2 participants