Type alias CallbackDefineTests

CallbackDefineTests: ((scenario) => void)

Type declaration

    • (scenario): void
    • A callback for setting up test cases for each scenario. It accepts a Scenario instance.

      Typically, in a beforeEach hook of your test suite, you would run prepare to emit the correpsonding project to the filesystem and apply all CallbackMutateProject to it.

      Parameters

      Returns void

Generated using TypeDoc