codymikol / karma-webpack

Karma webpack Middleware
MIT License
829 stars 222 forks source link

chore(test): refactored hash method into util #470

Closed codymikol closed 3 years ago

codymikol commented 3 years ago

moved the hashing util out of the business logic and added test coverage.

Fixes N/A

This PR contains a:

Motivation / Use-Case

Moving hash utility out of the business logic so its easier to understand.

Breaking Changes

N/A

Additional Info

N/A