export=: {
    Setup: typeof TaskQueue;
    Teardown: typeof Teardown;
}

Type declaration

  • Setup: typeof TaskQueue

    A queue of tasks to be carried out at a certain part of the suite or test.

  • Teardown: typeof Teardown

    A TaskQueue used to maintain a list of tasks to execute at the end of the suite or test. These will execute regardless of passing or failing.