diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 00:56:06 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 00:56:06 +0200 |
| commit | a7cf03c192470cbab13edeb1aec99e0c66dede10 (patch) | |
| tree | 581b4430d1de958dcb666bae80a7678332134602 /jest.config.json | |
| parent | 010f307346e525ac2e4239a0549d2c1a4d6d102b (diff) | |
Update / use typescript
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"] -} |