Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Broke because of jestjs/jest#14429
  • Loading branch information
jeanregisser committed Sep 1, 2023
1 parent 3c09e33 commit b0cabb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import i18next from 'i18next'
const appList = require('./valora-dapp-list.json')

beforeEach(() => {
jest.resetAllMocks()
jest.restoreAllMocks()
})

describe('valora-dapp-list.json', () => {
Expand Down

0 comments on commit b0cabb4

Please sign in to comment.