TestEnvironmentOptions
interface
API
interface TestEnvironmentOptions {}
teardown
ModuleTeardownOptions | undefined
Configures the test module teardown behavior in TestBed
.
errorOnUnknownElements
boolean | undefined
Whether errors should be thrown when unknown elements are present in component's template.
Defaults to false
, where the error is simply logged.
If set to true
, the error is thrown.
errorOnUnknownProperties
boolean | undefined
Whether errors should be thrown when unknown properties are present in component's template.
Defaults to false
, where the error is simply logged.
If set to true
, the error is thrown.
Jump to details