mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 14:51:52 +00:00
rename to test.filePatterns
This commit is contained in:
@@ -328,8 +328,8 @@ pub const Command = struct {
|
||||
test_filter_pattern: ?[]const u8 = null,
|
||||
test_filter_regex: ?*RegularExpression = null,
|
||||
|
||||
/// Test file glob patterns. If specified, these override the default test discovery patterns.
|
||||
glob_patterns: ?[]const string = null,
|
||||
/// Test file patterns. If specified, these override the default test discovery patterns.
|
||||
file_patterns: ?[]const string = null,
|
||||
|
||||
file_reporter: ?TestCommand.FileReporter = null,
|
||||
reporter_outfile: ?[]const u8 = null,
|
||||
|
||||
Reference in New Issue
Block a user