Commit 5652cad
committed
feat(test): ⭐️ remove
Bun specific imports, so that the tests can be using both Jest and Bun as they are automatically imported in the global scope. However, a Jest polyfill is required in the jest.setup.js because the global Request API (part of the Fetch API) is not available (or not properly configured?)1 parent 5ef1e6a commit 5652cad
File tree
2 files changed
+8
-1
lines changed- packages/networks/src/lib/networks/vNaga/common/LitChainClient/apis/rawContractApis/staking
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments