Skip to content

Commit

Permalink
Merge pull request #158 from WildCodeSchool/chore/155/implement-tests…
Browse files Browse the repository at this point in the history
…-for-reservation-logic

add test and fix string/number incoherences
  • Loading branch information
AntoniSDev authored Jan 8, 2025
2 parents 51734ac + 6183655 commit 6baa7dc
Show file tree
Hide file tree
Showing 29 changed files with 3,777 additions and 688 deletions.
3 changes: 2 additions & 1 deletion backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
.env
8 changes: 8 additions & 0 deletions backend/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/** @type {import('ts-jest').JestConfigWithTsJest} **/
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
transform: {
"^.+.tsx?$": ["ts-jest",{}],
},
};
Loading

0 comments on commit 6baa7dc

Please sign in to comment.