Simulate a specific UserOperation without needing to simulate the UserOperations in the entire test suite.
instance.simulateUserOp(true);
AccountInstance
The instance of the account used for testing.
bool
Should be true to simulate the UserOperation.
None