codymikol / karma-webpack

Karma webpack Middleware
MIT License
829 stars 222 forks source link

Year of the linux desktop #468

Closed codymikol closed 3 years ago

codymikol commented 3 years ago
chore(test): fix testing on linux

Some systems require the CHROME_BIN env
variable to be set for karma to hook
into the chrome binary for testing.
I noticed this while setting up
karma-webpack on my linux desktop.

Fixes N/A

This PR contains a:

Motivation / Use-Case

This allows karma-webpack tests to run in certain linux environments where CHROME_BIN is not set automatically

Breaking Changes

N/A

Additional Info

N/A