Function: getForm
testHelpers.getForm
▸ getForm<T
>(name
, options
, testContext
): ControllerBundle
<FormController
<T
>>
Type parameters
Name |
---|
T |
Parameters
Name | Type |
---|---|
name |
string | string [] |
options |
Omit <FormModuleOptions <T >, "name" > |
testContext |
TestContext |
Returns
ControllerBundle
<FormController
<T
>>
Defined in
testHelpers.tsx:88