From 73973edab9aaa81312ba80a68bfe34bf5abcecd9 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 2 May 2021 00:23:16 +0200 Subject: Add pact test for forums store --- jest.config.json | 1 - 1 file changed, 1 deletion(-) (limited to 'jest.config.json') diff --git a/jest.config.json b/jest.config.json index 3e47287..874686d 100644 --- a/jest.config.json +++ b/jest.config.json @@ -4,7 +4,6 @@ "^.+\\.svelte$": "svelte-jester" }, "moduleNameMapper": { - "^\\$/config/config$": "/test_utils/config.js", "^\\$lib(.*)$": "/src/lib$1", "^\\$app(.*)$": [".svelte/dev/runtime/app/*", ".svelte/build/runtime/app/*"], "^\\$(.*)$": "/src$1" -- cgit