Skip to content

Commit

Permalink
relaly
Browse files Browse the repository at this point in the history
  • Loading branch information
bchu1 committed Jan 10, 2025
1 parent 7421d1f commit a523be2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ describe('<MLChallengeBanner />', () => {
})

it('should dismiss banner on click', async () => {
jest.spyOn(Storage.prototype, 'getItem').mockReturnValue('false')
jest.spyOn(Storage.prototype, 'setItem')
remixMock.mockPathname('/')
await renderMlChallengeBanner()
Expand Down

0 comments on commit a523be2

Please sign in to comment.