mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-27 01:05:08 +03:00
15 lines
345 B
JSON
15 lines
345 B
JSON
{
|
|
"moduleFileExtensions": ["js", "json", "ts"],
|
|
"rootDir": ".",
|
|
"testEnvironment": "node",
|
|
"testRegex": ".e2e-spec.ts$",
|
|
"setupFilesAfterEnv": ["<rootDir>/utils/setup-tests.ts"],
|
|
"moduleNameMapper": {
|
|
"^src/(.*)": "<rootDir>/../src/$1",
|
|
"^test/(.*)": "<rootDir>/$1"
|
|
},
|
|
"transform": {
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
}
|
|
}
|