ModuleTeardownOptions
interface
Configures the test module teardown behavior in TestBed
.
API
interface ModuleTeardownOptions {}
destroyAfterEach
boolean
Whether the test module should be destroyed after every test. Defaults to true
.
rethrowErrors
boolean | undefined
Whether errors during test module destruction should be re-thrown. Defaults to true
.
Jump to details