Skip to content

Commit

Permalink
Fix jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Nov 26, 2023
1 parent 1ac844d commit 341635e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,4 @@ dmypy.json

# Yarn cache
.yarn/
packages/common/junit.xml
3 changes: 1 addition & 2 deletions packages/common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"sourceRoot": "./@mamba-org/gator-common/src",
"types": ["jest"]
"sourceRoot": "./@mamba-org/gator-common/src"
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["src/**/*.spec.*"]
Expand Down
10 changes: 10 additions & 0 deletions packages/common/tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "../../tsconfig-base",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"sourceRoot": "./@mamba-org/gator-common/src",
"types": ["jest"]
},
"include": ["src/**/*.ts", "src/**/*.tsx"]
}

0 comments on commit 341635e

Please sign in to comment.