pub fn build_root_and_contract_dependencies(
features: Vec<String>,
) -> Vec<PathBuf>
Expand description
Builds the “root” contract (the contract in which the E2E tests are defined) together with any contracts which are a dependency of the root contract.
todo explain features