numo-labs / aws-lambda-helper

:lollipop: Collection of helper methods for lambda
GNU General Public License v3.0
22 stars 2 forks source link

failOnError function added to helper to close #25 #27

Closed Kumjami closed 8 years ago

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #27 into master will not affect coverage as of 3245eca

@@            master     #27   diff @@
======================================
  Files            1       1       
  Stmts           61      64     +3
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit             61      64     +3
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of 3245eca

Powered by Codecov. Updated on successful CI builds.

nelsonic commented 8 years ago

@Kumjami looks good. see comments on mocking. in general if you are writing the method you should test it directly.

nelsonic commented 8 years ago

please update the version in package.json to 2.5.0

nelsonic commented 8 years ago

@Kumjami thanks for updating. merging. :+1:

nelsonic commented 8 years ago

New version published to NPM. :+1: