Skip to main content
Version: Current

foundation-testing.fixtureoptions

Home > @genesislcap/foundation-testing > FixtureOptions

FixtureOptions interface

Options used to customize the creation of the unit test fixture.

Signature:

export interface FixtureOptions 

Properties

PropertyModifiersTypeDescription
context?ExecutionContext(Optional) The execution context to use during binding.
designSystem?DesignSystem(Optional) A pre-configured design system instance used in setting up the fixture.
document?Document(Optional) The document to run the fixture in.
parent?HTMLElement(Optional) The parent element to append the fixture to.
source?any(Optional) The data source to bind the HTML to.