codymikol / karma-webpack

Karma webpack Middleware
MIT License
829 stars 222 forks source link

fix(test): handle scenario test rejection #473

Closed codymikol closed 3 years ago

codymikol commented 3 years ago

in newer versions of node, the promise will never resolve if errors aren't specifically handled. This can cause tests to hang indefinitely.

Fixes N/A

This PR contains a:

Motivation / Use-Case

This prevents integration test failures from hanging indefinitely.

Breaking Changes

N/A

Additional Info

N/A