blog-be/test/jest-e2e.json

17 lines
308 B
JSON
Raw Normal View History

2021-04-17 13:54:26 +08:00
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
2021-04-24 14:47:45 +08:00
},
"globals": {
"ts-jest": {
"astTransformers": {
"before": ["<rootDir>/graphql-e2e.ts"]
}
}
2021-04-17 13:54:26 +08:00
}
}