We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2f314 commit dc7ac85Copy full SHA for dc7ac85
utils.go
@@ -81,7 +81,7 @@ func IsInTestFolder(path string, testsPath string) bool {
81
}
82
83
func IsCommonTestFolder(path string) bool {
84
- testPaths := [3]string{"test", "e2e", "__tests__"}
+ testPaths := [4]string{"test", "tests", "e2e", "__tests__"}
85
86
for _, testPath := range testPaths {
87
// Here, we want to do 2 things:
0 commit comments