Skip to content

Commit

Permalink
fix: CreditsAmount tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph committed Sep 9, 2024
1 parent 5c3fc9b commit 6a585f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ describe('CreditsAmount', () => {
paymentOption: PAYMENT_OPTIONS.CARD,
currency: CURRENCIES.usd,
setCurrency: () => {},
setSpendingCap: () => {},
creditsAvailable: 1000,
setCreditsAvailable: () => {},
creditVintages: [],
};

beforeEach(() => {
Expand Down

0 comments on commit 6a585f8

Please sign in to comment.