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
Mocks may be not as redundant as I thought actually. For the external contributor flow, GitHub doesn't propagate repository secrets (in order not to leak them, this is expected). But in practice it means that no PR from external contributors can run integration tests properly.
In such case mock tests might be the way to go - hermetic check of request/response invariants.
Create integration test with mock starknet node where beerus requests are going to simulate starkli declare workflow function calls:
The text was updated successfully, but these errors were encountered: