Skip to content

Commit 02bd611

Browse files
committed
expend excluded patterns - fix test
1 parent e0bdc35 commit 02bd611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jas/common_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ func TestFilterUniqueAndConvertToFilesExcludePatterns(t *testing.T) {
292292
},
293293
{
294294
excludePatterns: []string{"*.git*", "*node_modules*", "*target*", "*venv*", "*test*"},
295-
expectedOutput: []string{"**/*.git*/**", "**/*node_modules*/**", "**/*target*/**", "**/*test*/**", "**/*venv*/**"},
295+
expectedOutput: []string{"**/*.git*/**", "**/*node_modules*/**", "**/*target*/**", "**/*test*/**", "**/*venv*/**", "*.git*", "*node_modules*", "*target*", "*venv*", "*test*"},
296296
},
297297
}
298298

0 commit comments

Comments
 (0)