Skip to content

💡Pass in context to provide instead of using getContext #22

@runspired

Description

@runspired

low(ish) priority

const context = getContext() as TestContext | undefined;

getContext as a pattern is one (of several) things that is preventing ember applications from running tests concurrently as it assumes only a single global test context exists at any one time.

Instead of assuming the global, we should prefer a passed in context.

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