Skip to content

Commit

Permalink
coverage++
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Aug 27, 2015
1 parent f01a42f commit 8fbebd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ it('should support an empty array', function () {

})
})

it('should support .catch()', function () {
return compose([])().catch(function () {

})
})

0 comments on commit 8fbebd6

Please sign in to comment.