software-mansion / protostar

Protostar is a toolchain for developing and testing Starknet contracts
https://docs.swmansion.com/protostar/
MIT License
250 stars 48 forks source link

Investigate if we should keep `Declare` cheatcode #2170

Open cptartur opened 1 year ago

cptartur commented 1 year ago

@MaksymilianDemitraszek suggested that we should remove declare cheatcode entirely, and implicitly declare all contracts from the project when running a test runner.

This might be a good approach, but there are some open questions: