From 3f8f4fdaafd7703275869a9225c77fc67097d2c1 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:04:57 +0100 Subject: [PATCH] chore: exclude mocks from coverage --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 1e69542..e6daae8 100644 --- a/package.json +++ b/package.json @@ -82,6 +82,9 @@ "transformIgnorePatterns": [ "[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$" ], + "testPathIgnorePatterns": [ + "/mocks/contexts/" + ], "testRegex": "(/test/.*|(\\.|/)(test|spec))\\.ts$", "moduleFileExtensions": [ "ts",