diff --git a/packages/hoppscotch-backend/package.json b/packages/hoppscotch-backend/package.json index 4021ca5dc..9ee903f2e 100644 --- a/packages/hoppscotch-backend/package.json +++ b/packages/hoppscotch-backend/package.json @@ -74,6 +74,9 @@ "ts" ], "setupFilesAfterEnv": ["@relmify/jest-fp-ts"], + "moduleNameMapper": { + "^src/(.*)$": "/$1" + }, "rootDir": "src", "testRegex": ".*\\.spec\\.ts$", "transform": {