Closed freemanzMrojo closed 1 week ago
Lines | Statements | Branches | Functions |
---|---|---|---|
98.99% (4343/4387) | 97.53% (1387/1422) | 99% (896/905) |
Title | Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|---|
core | 827 | 0 :zzz: | 0 :x: | 0 :fire: | 2m 21s :stopwatch: |
network | 719 | 0 :zzz: | 0 :x: | 0 :fire: | 5m 7s :stopwatch: |
errors | 42 | 0 :zzz: | 0 :x: | 0 :fire: | 17.019s :stopwatch: |
logging | 3 | 0 :zzz: | 0 :x: | 0 :fire: | 18.394s :stopwatch: |
hardhat-plugin | 19 | 0 :zzz: | 0 :x: | 0 :fire: | 59.553s :stopwatch: |
aws-kms-adapter | 23 | 0 :zzz: | 0 :x: | 0 :fire: | 1m 30s :stopwatch: |
ethers-adapter | 5 | 0 :zzz: | 0 :x: | 0 :fire: | 1m 12s :stopwatch: |
rpc-proxy | 37 | 0 :zzz: | 0 :x: | 0 :fire: | 1m 3s :stopwatch: |
is there any way we can add a test for it on our side ? before it goes to external clients like veworld ?
is there any way we can add a test for it on our side ? before it goes to external clients like veworld ?
The closest I am aware of is what I did locally and described above.
Description
For the
index.js
bundle there was an issue because an explicit import ofethers
6 was missing.Tested with the
veworld-mobile
repo and it works.Closes #1506.
Type of change
How Has This Been Tested?
With the SDK test suite.
Besides that, I have modified the import at the
veworld-mobile
repo sopackage.json
looks like this (I have both projects at the same level):After this, just run:
yarn install:all
yarn test
All tests are passing for me.
Test Configuration:
Checklist: