Skip to content

🕵️‍♂️ Add in Regex Parameter for Finding Testing Files #1

Description

@William-McGonagle

Idea

We want this library to be as simple to use as possible, but also it needs to be modular and customizable. So, what we need now is the ability for users to configure the path for their testing files. And, this isn't going to be a static path but rather, they are going to specify a regex pattern and we will see if that pattern matches any of their files. If the pattern matches, we will test that file.

Todo

  • Add in a parameter to look for in the package.json so people can specify where they want to keep their test files
  • Allow them to put in regex as the parameter
  • Replace the current code with their regex when checking for the testing path

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions