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
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Emulator will exit with error deployment contains nonexisting contract MyFancyContract.cdc.
But tests will fail with Error: Response closed without headers - which gives nothing to work with.
The text was updated successfully, but these errors were encountered:
One easy way to mess up your emulator is to provide non-existing contract for deployment (for example, adding
.cdc
extension at the end)In your
flow.json
:Emulator will exit with error
deployment contains nonexisting contract MyFancyContract.cdc
.But tests will fail with
Error: Response closed without headers
- which gives nothing to work with.The text was updated successfully, but these errors were encountered: