Adding api (#11)

This commit was merged in pull request #11.
This commit is contained in:
2024-05-21 17:26:34 -05:00
committed by GitHub
parent 721b20b116
commit 4fc0401ddf
27 changed files with 9564 additions and 3 deletions

9
api/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"
}
}