diff --git a/bun.lockb b/bun.lockb index 780b016f4b..a3feafc459 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/web-marketplace/src/components/molecules/CreditsAmount/CreditsAmount.test.tsx b/web-marketplace/src/components/molecules/CreditsAmount/CreditsAmount.test.tsx index f5ebf4b6ac..7ed0aeee6d 100644 --- a/web-marketplace/src/components/molecules/CreditsAmount/CreditsAmount.test.tsx +++ b/web-marketplace/src/components/molecules/CreditsAmount/CreditsAmount.test.tsx @@ -23,6 +23,10 @@ describe('CreditsAmount', () => { paymentOption: PAYMENT_OPTIONS.CARD, currency: CURRENCIES.usd, setCurrency: () => {}, + setSpendingCap: () => {}, + creditsAvailable: 1000, + setCreditsAvailable: () => {}, + creditVintages: [], }; beforeEach(() => {