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 20, 2024
1 parent 961711a commit 28ae4e5
Show file tree
Hide file tree
Showing 27 changed files with 3 additions and 3 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.
6 changes: 3 additions & 3 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,8 +21,8 @@
"src/**/*.ts",
"!**/node_modules/**",
"!**/dist/**",
"!**/tests/**"
"!**/__tests__/**"
],
"testTimeout": 120000,
"globalSetup": "./dist/tests/globalSetup.js"
"globalSetup": "./dist/__tests__/globalSetup.js"
}

0 comments on commit 28ae4e5

Please sign in to comment.