arb / celebrate

A joi validation middleware for Express.
MIT License
1.33k stars 66 forks source link

Fixed celebrator #216

Closed arb closed 3 years ago

arb commented 3 years ago

Closes #215

The way .curryRight doesn't really work like you'd think it would, so I rewrote it to use .curry and _.flip so that it now works like the documentation says it does.

codecov-io commented 3 years ago

Codecov Report

Merging #216 (d017a8d) into master (5227973) will not change coverage. The diff coverage is n/a.

:exclamation: Current head d017a8d differs from pull request most recent head 92cae59. Consider uploading reports for the commit 92cae59 to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##            master      #216   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            4         4           
=========================================
  Hits             4         4           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5227973...92cae59. Read the comment docs.