Merge remote-tracking branch 'origin/main' into feat/user-history

This commit is contained in:
ankitsridhar16
2022-12-20 15:52:54 +05:30

View File

@@ -74,6 +74,9 @@
"ts"
],
"setupFilesAfterEnv": ["@relmify/jest-fp-ts"],
"moduleNameMapper": {
"^src/(.*)$": "<rootDir>/$1"
},
"rootDir": "src",
"testRegex": ".*\\.spec\\.ts$",
"transform": {