pub async fn setup_test_programs_with_accounts_v2(
additional_programs: Option<Vec<(String, Pubkey)>>,
) -> (ProgramTestRpcConnection, EnvAccounts)Expand description
Setup test programs with accounts deploys:
- light program
- account_compression program
- light_compressed_token program
- light_system_program program
Sets up the following accounts: 5. creates and initializes governance authority 6. creates and initializes group authority 7. registers the light_system_program program with the group authority 8. initializes Merkle tree owned by Note:
- registers a forester
- advances to the active phase slot 2
- active phase doesn’t end