Skip to content

Commit

Permalink
refactor(gateway): move tests to a seperate tsconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil committed Oct 11, 2024
1 parent 7792fb6 commit 775370a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gateway/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"incremental": true,
"composite": true
},
"include": ["index.ts", "src", "test/socketUtility.test.ts"]
"include": ["index.ts", "src"]
}
6 changes: 6 additions & 0 deletions packages/gateway/tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"include": [
"test/**/*.test.ts"
],
}

0 comments on commit 775370a

Please sign in to comment.