Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Lifecycle hooks behave incorrectly when running an it after a describe #101

Closed
@MagiMaster

Description

@MagiMaster

In the lifecycle hook test, adding an extra it block at the end causes it to run hooks in an odd order. It runs beforeAll from the innermost describe block (that shouldn't be run at all) and it runs the afterAll from the outermost describe block early.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions