diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-05-02 00:23:16 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-05-02 00:23:16 +0200 |
| commit | 73973edab9aaa81312ba80a68bfe34bf5abcecd9 (patch) | |
| tree | 9d3916655c416407e12dc66e9f1f865cec0fb2b3 /jest.config.json | |
| parent | 55fb920baa9792266be1a6b981f954c622c1eaf9 (diff) | |
Add pact test for forums store
Diffstat (limited to 'jest.config.json')
| -rw-r--r-- | jest.config.json | 1 |
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" |