Create wt-odlux directory
[ccsdk/features.git] / sdnr / wt-odlux / odlux / jest.json
1 {
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 }