You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed when making changes to these signatures that we have no usages or test coverage for this functionality.
Ideally would be nice to have something close to an e2e test, but using the mocked blockchain should be sufficient just to make sure core functionality is correct and the API doesn't change unnecessarily.
This could test through a Promise initialization, and could test the env calls directly
The text was updated successfully, but these errors were encountered:
Noticed when making changes to these signatures that we have no usages or test coverage for this functionality.
Ideally would be nice to have something close to an e2e test, but using the mocked blockchain should be sufficient just to make sure core functionality is correct and the API doesn't change unnecessarily.
This could test through a
Promise
initialization, and could test theenv
calls directlyThe text was updated successfully, but these errors were encountered: