Added user login & registration. Added SQL file for postgres database.
This commit is contained in:
9
backend/nestjs-seshat-api/test/jest-e2e.json
Normal file
9
backend/nestjs-seshat-api/test/jest-e2e.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"moduleFileExtensions": ["js", "json", "ts"],
|
||||
"rootDir": ".",
|
||||
"testEnvironment": "node",
|
||||
"testRegex": ".e2e-spec.ts$",
|
||||
"transform": {
|
||||
"^.+\\.(t|j)s$": "ts-jest"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user