interface ResolvedTestEnvironment {
    environment: Environment;
    options: null | EnvironmentOptions;
}

Properties

Properties

environment: Environment
options: null | EnvironmentOptions

Generated using TypeDoc