This commit is contained in:
hailin 2025-11-24 02:08:47 -08:00
parent abc87306d2
commit d8f23a8913
1 changed files with 1 additions and 6 deletions

View File

@ -7,11 +7,6 @@
"^.+\\.(t|j)s$": "ts-jest"
},
"moduleNameMapper": {
"^@app/(.*)$": "<rootDir>/src/$1",
"^@domain/(.*)$": "<rootDir>/src/domain/$1",
"^@application/(.*)$": "<rootDir>/src/application/$1",
"^@infrastructure/(.*)$": "<rootDir>/src/infrastructure/$1",
"^@api/(.*)$": "<rootDir>/src/api/$1",
"^@shared/(.*)$": "<rootDir>/src/shared/$1"
"^@/(.*)$": "<rootDir>/../src/$1"
}
}