Skip to content
# Type Alias: MissingFixtureStrategy

MissingFixtureStrategy = "error" | "warn" | "passthrough"

Defined in: packages/core/src/transformers/InsertResultSelectConverter.ts:55

Strategy choices for how missing fixtures are handled during transformation.

Released under the MIT License.