Skip to content

Commit

Permalink
fix: tests fonctionnels
Browse files Browse the repository at this point in the history
Signed-off-by: camarm-dev <[email protected]>
  • Loading branch information
camarm-dev committed Mar 15, 2024
1 parent 158b4e6 commit 740bb0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jest.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"preset": "ts-jest",
"testEnvironment": "node"
"testEnvironment": "node",
"moduleNameMapper": {
"^~/(.*)$": "<rootDir>/src/$1"
}
}

0 comments on commit 740bb0c

Please sign in to comment.