Skip to content

Commit 92fd5d1

Browse files
committed
tests: inlcude more node tests in the browser tests
1 parent 22c081e commit 92fd5d1

File tree

9 files changed

+33
-31
lines changed

9 files changed

+33
-31
lines changed

lib.commonjs/_tests/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
import "./test-abi.js";
22
import "./test-address.js";
33
import "./test-contract.js";
4+
import "./test-contract-integ.js";
45
import "./test-crypto.js";
56
import "./test-hash.js";
67
import "./test-hash-typeddata.js";
78
import "./test-providers-avatar.js";
89
import "./test-providers-ccip.js";
10+
import "./test-providers-fallback.js";
11+
import "./test-providers-jsonrpc.js";
12+
import "./test-providers-send.js";
913
import "./test-providers-wildcard.js";
1014
import "./test-rlp.js";
1115
import "./test-transaction.js";

lib.commonjs/_tests/index.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib.commonjs/_tests/index.js

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib.commonjs/_tests/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib.esm/_tests/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
import "./test-abi.js";
22
import "./test-address.js";
33
import "./test-contract.js";
4+
import "./test-contract-integ.js";
45
import "./test-crypto.js";
56
import "./test-hash.js";
67
import "./test-hash-typeddata.js";
78
import "./test-providers-avatar.js";
89
import "./test-providers-ccip.js";
10+
import "./test-providers-fallback.js";
11+
import "./test-providers-jsonrpc.js";
12+
import "./test-providers-send.js";
913
import "./test-providers-wildcard.js";
1014
import "./test-rlp.js";
1115
import "./test-transaction.js";

lib.esm/_tests/index.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib.esm/_tests/index.js

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib.esm/_tests/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src.ts/_tests/index.ts

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
import "./test-abi.js";
22
import "./test-address.js"
33
import "./test-contract.js";
4+
import "./test-contract-integ.js";
45
import "./test-crypto.js";
56
import "./test-hash.js";
67
import "./test-hash-typeddata.js";
78
import "./test-providers-avatar.js";
89
import "./test-providers-ccip.js";
10+
//import "./test-providers-data.js";
11+
//import "./test-providers-errors.js";
12+
//import "./test-providers-extra.js";
13+
import "./test-providers-fallback.js";
14+
import "./test-providers-jsonrpc.js";
15+
import "./test-providers-send.js";
916
import "./test-providers-wildcard.js";
1017
import "./test-rlp.js"
1118
import "./test-transaction.js";
@@ -18,14 +25,3 @@ import "./test-wallet-hd.js";
1825
import "./test-wallet-json.js";
1926
import "./test-wallet-mnemonic.js";
2027
import "./test-wordlists.js";
21-
22-
////import "./test-contract-integ.js";
23-
24-
////import "./test-providers-data.js";
25-
//import "./test-providers-errors.js";
26-
////import "./test-providers-extra.js";
27-
////import "./test-providers-send.js";
28-
29-
/*
30-
test-crypto-algoswap.ts
31-
*/

0 commit comments

Comments
 (0)