codymikol / karma-webpack

Karma webpack Middleware
MIT License
829 stars 222 forks source link

fix(test): don't use hardcoded tmp directory #483

Closed codymikol closed 3 years ago

codymikol commented 3 years ago

This PR contains a:

Motivation / Use-Case

as it turns out os.tmpdir() is a function for a reason :p. this changes the test to NOT use the hardcoded tmp dir, but instead just use os.tmpdir so that tests under other OSs will still pass.

Fixes N/A

Breaking Changes

N/A

Additional Info

N/A