blob: 5d6e74825b479d8b6e6aeed285a3080d731fe53d [file] [log] [blame]
Herbert Eiselt2d4424c2019-03-12 18:00:21 +01001{
2 "moduleFileExtensions": [
3 "ts",
4 "tsx",
5 "js",
6 "jsx"
7 ],
8 "moduleNameMapper": {
9 "^@odlux/framework$": "<rootDir>/framework/src",
10 "^@odlux/(.*)$": "<rootDir>/apps/$1/src"
11 },
12 "transform": {
13 "^.+\\.(ts|tsx)$": "ts-jest"
14 },
15 "testMatch": [
16 "**/*-test.(ts|tsx)"
17 ]
18}