TestEnvironmentOptions
interface TestEnvironmentOptions {
teardown?: ModuleTeardownOptions
errorOnUnknownElements?: boolean
errorOnUnknownProperties?: boolean
}
Properties
Property | Description |
---|---|
teardown?: ModuleTeardownOptions
|
Configures the test module teardown behavior in |
errorOnUnknownElements?: boolean
|
Whether errors should be thrown when unknown elements are present in component's template.
Defaults to See also:
|
errorOnUnknownProperties?: boolean
|
Whether errors should be thrown when unknown properties are present in component's template.
Defaults to See also:
|