mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-24 06:48:42 +03:00
157e5b9a2e
* feat: wip e2e server test * feat: use github action postgres & use infra for local * feat: company e2e test * feat: add company e2e test for permissions * Simplify server e2e test run * Fix lint --------- Co-authored-by: Charles Bochet <charles@twenty.com>
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"
|
|
}
|
|
}
|