Skip to content

Commit

Permalink
Merge pull request #5190 from BitGo/BTC-1450.include-tests-in-tscondif
Browse files Browse the repository at this point in the history
fix(bitgo): include test/ in tsconfig.json
  • Loading branch information
OttoAllmendinger authored Nov 29, 2024
2 parents c72c330 + 68a552a commit c005bef
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
15 changes: 0 additions & 15 deletions modules/bitgo/test/tsconfig.json

This file was deleted.

22 changes: 22 additions & 0 deletions modules/bitgo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,30 @@
},
"include": [
"src/**/*",
"test/**/*",
"package.json"
],
"exclude": [
"test/integration/bitgo.ts",
"test/integration/travelRule.ts",
"test/integration/wallet.ts",
"test/integration/wallets.ts",
"test/integration/userWebhooks.ts",
"test/integration/keychains.ts",
"test/integration/enterprise.ts",
"test/v2/integration/baseCoin.ts",
"test/v2/integration/bitgo.ts",
"test/v2/integration/wallet.ts",
"test/v2/integration/wallets.ts",
"test/v2/integration/keychains.ts",
"test/v2/integration/userWebhooks.ts",
"test/v2/integration/markets.ts",
"test/v2/integration/coins/baseCoin.ts",
"test/v2/integration/coins/eth.ts",
"test/v2/integration/coins/eth2.ts",
"test/v2/integration/coins/xlm.ts",
"test/v2/integration/coins/xrp.ts"
],
"typedocOptions": {
"mode": "modules",
"out": "docs",
Expand Down

0 comments on commit c005bef

Please sign in to comment.