Skip to content
This repository was archived by the owner on Oct 21, 2021. It is now read-only.
This repository was archived by the owner on Oct 21, 2021. It is now read-only.

On large projects, takes long time to load test files each refresh #15

@dtinth

Description

@dtinth

As number of test files increase, the time it takes to require the test files also increases. Sometimes a simple file change may make it test too many unrelated files. This means takes will take unnecessarily long time to load, when you only want to make change to a single feature.

Possible solution:
Add a query parameter which greps the source files to be required. If that query parameter is specified, skips the files that doesn’t match the pattern.

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