bigcommerce / widget-builder

MIT License
18 stars 39 forks source link

fix: Fix tests #151

Closed christensenep closed 7 months ago

christensenep commented 7 months ago

What? Why?

Re-enable test failures when test coverage is not met or unit tests fails. Updated a couple snapshots that were failing.

Fixes an error when socket.io is used during jest test runs. This functionality is not tested currently so am simply adding a non-functional mock.

Testing / Proof

Verified all tests are passing and that checks are properly running in circleci, and failing appropriately when tests fail.