codymikol / karma-webpack

Karma webpack Middleware
MIT License
830 stars 222 forks source link

test(plugin): add tests to prevent some regressions #419

Closed ryanclark closed 5 years ago

ryanclark commented 5 years ago

This PR contains a:

Motivation / Use-Case

Quickly add some tests to prevent regressions like #418 from happening again (this will fail CI until that PR is merged)

codecov[bot] commented 5 years ago

Codecov Report

Merging #419 into master will increase coverage by 1.82%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #419      +/-   ##
==========================================
+ Coverage   40.63%   42.46%   +1.82%     
==========================================
  Files           3        3              
  Lines         219      219              
  Branches       48       48              
==========================================
+ Hits           89       93       +4     
+ Misses        107      103       -4     
  Partials       23       23
Impacted Files Coverage Δ
src/karma-webpack.js 46.96% <0%> (+2.02%) :arrow_up:

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 48878eb...dfe0d78. Read the comment docs.