bigcommerce / checkout-sdk-js

BigCommerce Checkout JavaScript SDK
MIT License
132 stars 215 forks source link

refactor(payment): PAYPAL-4526 removed ts-ignore and updated tests in core/src/common/iframe folder due to jest update tech debt #2587

Closed serhii-tkachenko closed 1 month ago

serhii-tkachenko commented 1 month ago

What?

Removed ts-ignore and updated tests in core/src/common/iframe folder

Why?

This tech dept was created during jest dependency update. So to keep checkout sdk as clean as possible, we should do some work in this area.

Testing / Proof

Lint & Test & Build commands passed locally CI