Configures the test module teardown behavior in TestBed.
TestBed
interface ModuleTeardownOptions { destroyAfterEach: boolean; rethrowErrors?: boolean;}