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
The simplest solution may be to prioritize test target over starknet-contract target here, but it has to be investigated if it works.
Appropriate tests should be added.
The text was updated successfully, but these errors were encountered:
Closesfoundry-rs/starknet-foundry#1460
The solution is to fetch dependencies from unit test compilation unit.
After talking with @mkaput we decided that to ensure this heuristic
solution doesn't break we check if all other test compilation units have
the same dependencies (excluding dependencies being sources for
integration tests i. e., starting with `{package_path}/tests/`).
The simplest solution may be to prioritize test target over starknet-contract target here, but it has to be investigated if it works.
Appropriate tests should be added.
The text was updated successfully, but these errors were encountered: