Options that can be configured for a test directive.
interface TestDirectiveOptions { tagName?: string | undefined; bindings?: Binding[] | undefined;}
string | undefined
Binding[] | undefined
Bindings to apply to the test directive.