Skip to content

Commit

Permalink
Remove tests from crypto and proxy-agent tsconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Jul 6, 2023
1 parent 383797f commit 9aa02be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/crypto/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"esModuleInterop": true
},
"include": [
"src",
"tests" // building tests also so we can run tests directly without the need for ts-node, ts-mocha
"src"
],
"exclude": [
"node_modules",
Expand Down
3 changes: 1 addition & 2 deletions packages/crypto/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
},
"include": [
"src",
"tests",
"typings"
"tests"
],
"exclude": [
"node_modules",
Expand Down
3 changes: 1 addition & 2 deletions packages/web5-proxy-agent/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"esModuleInterop": true
},
"include": [
"src",
"tests" // building tests also so we can run tests directly without the need for ts-node, ts-mocha
"src"
],
"exclude": [
"node_modules",
Expand Down

0 comments on commit 9aa02be

Please sign in to comment.