Skip to content

test require statements now work on case-sensitive platforms #6

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

Merged
merged 1 commit into from
Aug 14, 2015

Conversation

nerdgrass
Copy link
Contributor

Hey there! Thanks for the awesome library - its been a godsend in a project I'm working on. I ran into a small problem, though - we're using immutablediff both client-side and server-side, and while OSX isn't case-sensitive, other OSs (notably Ubuntu in this case) are. Most of the tests had require('Immutable') instead of require('immutable') in them, and that was causing some problems in deployment. Hope you don't mind the quick fix PR :)

@brenoferreira
Copy link
Contributor

👍 Thanks for fixing this 😄

brenoferreira added a commit that referenced this pull request Aug 14, 2015
test require statements now work on case-sensitive platforms
@brenoferreira brenoferreira merged commit c1571be into intelie:master Aug 14, 2015
@nerdgrass
Copy link
Contributor Author

np. Thanks for the great library!

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 this pull request may close these issues.

2 participants