This commit is contained in:
2022-03-29 11:27:49 -06:00
parent 012ea2f1fc
commit bb39ea0daf
16 changed files with 15809 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
}