kentcdodds / webpack-validator-DEPRECATED

Use this to save yourself some time when working on a webpack configuration.
MIT License
93 stars 8 forks source link

Add `resolve` validators #49

Closed jonathanglasmeyer closed 8 years ago

jonathanglasmeyer commented 8 years ago

Fresh validators for resolve. Def two reviewers needed here as well. :)

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #49 into master will not affect coverage as of aca0694

@@            master     #49   diff @@
======================================
  Files           27      31     +4
  Stmts          118     167    +49
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            118     167    +49
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of aca0694

Powered by Codecov. Updated on successful CI builds.

kentcdodds commented 8 years ago

This looks great

jonathanglasmeyer commented 8 years ago

K, i think i handled all comments. :)

kentcdodds commented 8 years ago

Thanks!