ToolJet/server/test/jest-e2e.json

16 lines
412 B
JSON
Raw Normal View History

2021-07-08 05:40:27 +00:00
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
2021-07-19 11:30:40 +00:00
},
"moduleNameMapper": {
"src/(.*)": "<rootDir>/../src/$1",
"@plugins/(.*)": "<rootDir>/../plugins/$1",
"@services/(.*)": "<rootDir>/../src/services/$1",
"@controllers/(.*)": "<rootDir>/../src/controllers/$1"
2021-07-08 05:40:27 +00:00
}
}