diff options
Diffstat (limited to 'jest.config.json')
| -rw-r--r-- | jest.config.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/jest.config.json b/jest.config.json deleted file mode 100644 index 874686d..0000000 --- a/jest.config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "transform": { - "^.+\\.js$": "babel-jest", - "^.+\\.svelte$": "svelte-jester" - }, - "moduleNameMapper": { - "^\\$lib(.*)$": "<rootDir>/src/lib$1", - "^\\$app(.*)$": [".svelte/dev/runtime/app/*", ".svelte/build/runtime/app/*"], - "^\\$(.*)$": "<rootDir>/src$1" - }, - "moduleFileExtensions": ["js", "svelte"] -} |