Skip to content

Commit

Permalink
✅ Improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Oct 3, 2017
1 parent 5cae7f3 commit 5b10a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -11,7 +11,7 @@ const PORT = 9876
const URL = `http://localhost:${PORT}/`

const allRoutes = (obj, type, action) => Promise.all([
obj.get()[type](action),
obj.get()[type](_ => _).then(action),
obj.put()[type](action),
obj.patch()[type](action),
obj.post()[type](action),
Expand Down

0 comments on commit 5b10a93

Please sign in to comment.