Skip to content

Commit

Permalink
chore(be): fix tests aboslute paths
Browse files Browse the repository at this point in the history
krystxf committed Oct 4, 2024
1 parent cac96ca commit e02d16e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend-nest/package.json
Original file line number Diff line number Diff line change
@@ -67,7 +67,10 @@
"json",
"ts"
],
"rootDir": "src",
"rootDir": "./",
"modulePaths": [
"<rootDir>"
],
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"

0 comments on commit e02d16e

Please sign in to comment.