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

Does not work with browserify #1

Closed
bajtos opened this issue Oct 7, 2013 · 2 comments
Closed

Does not work with browserify #1

bajtos opened this issue Oct 7, 2013 · 2 comments

Comments

@bajtos
Copy link

bajtos commented Oct 7, 2013

When running browserify to bundle test files using chai, I am getting the following error:

Cannot find module './lib-cov/eql'

This is because index.js has a conditional require that is not supported by browserify. There was a similar problem in chai itself that has been fixed, is it possible to apply the same fix to deep-eql too? See chaijs/chai#28.

@logicalparadox
Copy link
Member

Just released 1.8.1 of chai that should have this resolved.

@thom4parisot
Copy link

@logicalparadox Brilliant; I stumbled on your other answer on type-detect repo :-) Realtime problem resolution!

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

Successfully merging a pull request may close this issue.

3 participants