Options that can be configured for a test component.
API
interface TestComponentOptions {
bindings?: Binding[] | undefined;
inferTagName?: boolean | undefined;
}
bindings
Binding[] | undefinedBindings to apply to the test component.
inferTagName
boolean | undefinedWhether to infer the tag name of the test component from its selector. Otherwise div will be used as its tag name.