Initial nest setup

This commit is contained in:
Alexis
2023-04-25 17:31:59 +02:00
parent de83d2a400
commit 5b5c0f5f3e
16 changed files with 8673 additions and 1 deletions

9
test/jest-e2e.json Normal file
View File

@@ -0,0 +1,9 @@
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
}