Skip to main content Link Search Menu Expand Document (external link)

TestContext overview

Added in v1.0.0


Table of contents


context

TestContext

Signature

export declare const TestContext: Layer.Layer<never, never, any>

Added in v1.0.0

live

Signature

export declare const live: Layer.Layer<DefaultServices.DefaultServices, never, any>

Added in v1.0.0

models

TestContext (type alias)

Represents the environment provided to tests.

Signature

export type TestContext = TS.TestServices

Added in v1.0.0