Skip to content

Commit c005bef

Browse files
Merge pull request #5190 from BitGo/BTC-1450.include-tests-in-tscondif
fix(bitgo): include test/ in tsconfig.json
2 parents c72c330 + 68a552a commit c005bef

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

modules/bitgo/test/tsconfig.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

modules/bitgo/tsconfig.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,30 @@
1414
},
1515
"include": [
1616
"src/**/*",
17+
"test/**/*",
1718
"package.json"
1819
],
20+
"exclude": [
21+
"test/integration/bitgo.ts",
22+
"test/integration/travelRule.ts",
23+
"test/integration/wallet.ts",
24+
"test/integration/wallets.ts",
25+
"test/integration/userWebhooks.ts",
26+
"test/integration/keychains.ts",
27+
"test/integration/enterprise.ts",
28+
"test/v2/integration/baseCoin.ts",
29+
"test/v2/integration/bitgo.ts",
30+
"test/v2/integration/wallet.ts",
31+
"test/v2/integration/wallets.ts",
32+
"test/v2/integration/keychains.ts",
33+
"test/v2/integration/userWebhooks.ts",
34+
"test/v2/integration/markets.ts",
35+
"test/v2/integration/coins/baseCoin.ts",
36+
"test/v2/integration/coins/eth.ts",
37+
"test/v2/integration/coins/eth2.ts",
38+
"test/v2/integration/coins/xlm.ts",
39+
"test/v2/integration/coins/xrp.ts"
40+
],
1941
"typedocOptions": {
2042
"mode": "modules",
2143
"out": "docs",

0 commit comments

Comments
 (0)