From b0cabb4917c23b3cdb8296d11253006b66ceddab Mon Sep 17 00:00:00 2001 From: Jean Regisser Date: Fri, 1 Sep 2023 11:04:38 +0200 Subject: [PATCH] Fix test Broke because of https://github.com/jestjs/jest/pull/14429 --- src/schema.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema.test.ts b/src/schema.test.ts index ff9828ed..66a3afe3 100644 --- a/src/schema.test.ts +++ b/src/schema.test.ts @@ -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', () => {