bigcommerce / checkout-sdk-js

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

refactor(payment): PAYPAL-4525 removed ts-ignore and updated adyen mocks to fix the issue with ts-jest #2585

Closed serhii-tkachenko closed 1 month ago

serhii-tkachenko commented 1 month ago

What?

Removed ts-ignore and updated adyen mocks to fix the issue with ts-jest

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