Function parallel

  • After a @suite or @test, these decortors can be used as @slow(1000), @timeout(2000) and @retries(3). These can also be used as traits - such as @suite(timeout(2000)).

    Parameters

    • value: number | boolean

    Returns ClassDecorator & MethodDecorator & RelaxedMethodDecorator

Generated using TypeDoc