eduverse-backend / test /jest-e2e.json
tarekdx3's picture
first commit
a38b26a
Raw
History Blame Contribute Delete
183 Bytes
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
}