streamflix-api / test /jest-e2e.json
Akshar2325
feat(auth): implement user authentication module with JWT support
4acc19f
Raw
History Blame
183 Bytes
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
}