🕵️♂️ Add in Regex Parameter for Finding Testing Files #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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
package.json
so people can specify where they want to keep their test filesThe text was updated successfully, but these errors were encountered: