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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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