angular / 13.3.8 / api / core / testing / testenvironmentoptions.html /

TestEnvironmentOptions

interface

interface TestEnvironmentOptions {
  aotSummaries?: () => any[]
  teardown?: ModuleTeardownOptions
}

Properties

Property Description
aotSummaries?: () => any[]

Provides a way to specify AOT summaries to use in TestBed. This parameter is unused and deprecated in Ivy.

Deprecated With Ivy, AOT summary files are unused.

teardown?: ModuleTeardownOptions

Configures the test module teardown behavior in TestBed.

© 2010–2022 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v13.angular.io/api/core/testing/TestEnvironmentOptions