NodetestMockMethodOptionsinterface MockMethodOptionsextends MockFunctionOptionsProperties ##getter: boolean | undefined optionalIf true, object[methodName] is treated as a getter. This option cannot be used with the setter option. #setter: boolean | undefined optionalIf true, object[methodName] is treated as a setter. This option cannot be used with the getter option.
interface MockMethodOptionsextends MockFunctionOptionsProperties ##getter: boolean | undefined optionalIf true, object[methodName] is treated as a getter. This option cannot be used with the setter option. #setter: boolean | undefined optionalIf true, object[methodName] is treated as a setter. This option cannot be used with the getter option.