intelie / immutable-js-diff

MIT License
261 stars 32 forks source link

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

Closed nerdgrass closed 9 years ago

nerdgrass commented 9 years ago

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 commented 9 years ago

:+1: Thanks for fixing this :smile:

nerdgrass commented 9 years ago

np. Thanks for the great library!