X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/46ea91c724242c4c23ece224a9e321d995c330a6..010f307346e525ac2e4239a0549d2c1a4d6d102b:/jest.config.json diff --git a/jest.config.json b/jest.config.json index 4907484..874686d 100644 --- a/jest.config.json +++ b/jest.config.json @@ -5,7 +5,8 @@ }, "moduleNameMapper": { "^\\$lib(.*)$": "/src/lib$1", - "^\\$app(.*)$": [".svelte/dev/runtime/app/*", ".svelte/build/runtime/app/*"] + "^\\$app(.*)$": [".svelte/dev/runtime/app/*", ".svelte/build/runtime/app/*"], + "^\\$(.*)$": "/src$1" }, "moduleFileExtensions": ["js", "svelte"] }