aboutsummaryrefslogtreecommitdiff
path: root/jest.config.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-05-02 00:23:16 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-05-02 00:23:16 +0200
commit73973edab9aaa81312ba80a68bfe34bf5abcecd9 (patch)
tree9d3916655c416407e12dc66e9f1f865cec0fb2b3 /jest.config.json
parent55fb920baa9792266be1a6b981f954c622c1eaf9 (diff)
Add pact test for forums store
Diffstat (limited to 'jest.config.json')
-rw-r--r--jest.config.json1
1 files changed, 0 insertions, 1 deletions
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$": "<rootDir>/test_utils/config.js",
"^\\$lib(.*)$": "<rootDir>/src/lib$1",
"^\\$app(.*)$": [".svelte/dev/runtime/app/*", ".svelte/build/runtime/app/*"],
"^\\$(.*)$": "<rootDir>/src$1"