Skip to content

Commit

Permalink
Rename tests folder to __tests__
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Nov 24, 2024
1 parent e0d3bd9 commit 4b6e805
Show file tree
Hide file tree
Showing 30 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions api/jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
".ts"
],
"roots": [
"./tests/"
"./__tests__/"
],
"testMatch": [
"**/*.test.ts"
Expand All @@ -21,7 +21,7 @@
"src/**/*.ts",
"!**/node_modules/**",
"!**/dist/**",
"!**/tests/**"
"!**/__tests__/**"
],
"testTimeout": 120000
}

0 comments on commit 4b6e805

Please sign in to comment.