Skip to content

Commit dc7ac85

Browse files
committed
Added 'tests' to common test folders
1 parent 1b2f314 commit dc7ac85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func IsInTestFolder(path string, testsPath string) bool {
8181
}
8282

8383
func IsCommonTestFolder(path string) bool {
84-
testPaths := [3]string{"test", "e2e", "__tests__"}
84+
testPaths := [4]string{"test", "tests", "e2e", "__tests__"}
8585

8686
for _, testPath := range testPaths {
8787
// Here, we want to do 2 things:

0 commit comments

Comments
 (0)