CrowdHailer / fn.js

A JavaScript library built to encourage a functional programming style & strategy. - http://eliperelman.com/fn.js
MIT License
399 stars 30 forks source link

Re-factored the test for "compose": using "beforeEach" to create a common test fixture, added "build" to .gitignore #6

Closed amoilanen closed 10 years ago

amoilanen commented 10 years ago

I re-factored the test for "compose" a bit: the common set up code was moved to "beforeEach", also I added the "build" folder to .gitignore

eliperelman commented 10 years ago

@antivanov Currently I don't have the built version of fn.js available for download anywhere else but from the repo, so for now the build folder needs to stay as part of the repository. If you can submit a new PR focused solely to the origin refactor, I would be happy to review it. Thanks!

amoilanen commented 10 years ago

@eliperelman I created a new pull request where the changes to .gitignore were reverted https://github.com/eliperelman/fn.js/pull/7