From 0eff7afe5047332fe2cd2e69d21d1cfc8d382048 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 25 Jan 2021 10:40:57 +0000 Subject: [PATCH] chore(jest): enable resetmocks option --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d5d105a1..f7ef46c4 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ }, "jest": { "clearMocks": true, + "resetMocks": true, "testEnvironment": "node", "testTimeout": 10000 },