Skip to content

Commit

Permalink
Fix broken tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjames111 committed Nov 26, 2024
1 parent 8134562 commit 0709f6a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ describe('checkout', () => {
$setViewValue: jest.fn(),
$render: jest.fn(),
}
},
selectedPaymentMethod: {
cvv: ''
}
})
self.$window = $window
Expand Down

0 comments on commit 0709f6a

Please sign in to comment.