You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When running browserify to bundle test files using chai, I am getting the following error:
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.The text was updated successfully, but these errors were encountered: