Skip to content

Commit

Permalink
added 2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyShuii committed Dec 11, 2024
1 parent e6598c2 commit d4fed74
Show file tree
Hide file tree
Showing 4 changed files with 4,168 additions and 1,115 deletions.
7 changes: 7 additions & 0 deletions backend/jest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
moduleNameMapper: {
'^src/(.*)$': '<rootDir>/src/$1',
},
};
Loading

0 comments on commit d4fed74

Please sign in to comment.