mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
Implement --test-name-pattern (#3998)
* Fix end not being emitted all the time * stuff * Implement -t * Undo js_printer changes * Undo http changes * Update InternalModuleRegistryConstants.h * Delete unrelated test --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
This commit is contained in:
@@ -457,6 +457,8 @@ pub const TestCommand = struct {
|
||||
.run_todo = ctx.test_options.run_todo,
|
||||
.only = ctx.test_options.only,
|
||||
.bail = ctx.test_options.bail,
|
||||
.filter_regex = ctx.test_options.test_filter_regex,
|
||||
.filter_buffer = bun.MutableString.init(ctx.allocator, 0) catch unreachable,
|
||||
.snapshots = Snapshots{
|
||||
.allocator = ctx.allocator,
|
||||
.update_snapshots = ctx.test_options.update_snapshots,
|
||||
|
||||
Reference in New Issue
Block a user