codymikol / karma-webpack

Karma webpack Middleware
MIT License
830 stars 221 forks source link

fix(karma-webpack) respect exclude list from config (#520) #521

Closed dten closed 2 years ago

dten commented 2 years ago

This PR contains a:

Motivation / Use-Case

resolves (#520)

Breaking Changes

if you were excluding things you wanted to be run it will really be excluded now

Additional Info

fixed some tests that did not pass when running on windows

i also couldn't find an easy way to confirm that it had not passed the config file as an entry point in the tests. for solving #520 this is reliant on karma having added the config file to the exclude list

codymikol commented 2 years ago

Thanks for the PR! I'll try and take a look sometime this afternoon.

dten commented 2 years ago

i know finding time for essentially voluntary work can be difficult, but thought i'd bump this in case you do find a little while