Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionRunner

The action runner takes an action and recursively calls any thunks with an action runner.

Hierarchy

  • ActionRunner

Callable

  • __call(action: TestAction | Function): Promise<unknown>
  • The action runner takes an action and recursively calls any thunks with an action runner.

    Parameters

    • action: TestAction | Function

      The action to be dispatched. Can be a thunk.

    Returns Promise<unknown>

    A promise

Generated using TypeDoc