tornado-pool-relayer/test/jest-e2e.json

13 lines
249 B
JSON
Raw Normal View History

2021-07-13 19:06:36 +02:00
{
"moduleFileExtensions": ["js", "json", "ts"],
2021-12-10 09:47:15 +01:00
"rootDir": "../",
2021-07-13 19:06:36 +02:00
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
2021-12-10 09:47:15 +01:00
},
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1"
2021-07-13 19:06:36 +02:00
}
}