-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(validate-testing): coalesce testRegex tests (#4375)
this commit coalesces some of the testing around the `testRegex` property on the testing config by using `it.each` rather than an explicit test per case. for this refactoring, it was a deliberate decision to not use `describe.each` for [spec, test, e2e], with the hope/assumption that not using this api would allow for more flexability between these file extensions in the future should we need it.
- Loading branch information
1 parent
3d502ff
commit 5751672
Showing
1 changed file
with
78 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters