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-factoring the test for "compose": using "beforeEach" #7

Closed amoilanen closed 10 years ago

amoilanen commented 10 years ago

Small change. I re-factored the duplicate set-up in both test cases to happen in "beforeEach".

eliperelman commented 10 years ago

Looks good to me.