mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
Update test_command.zig
This commit is contained in:
@@ -262,7 +262,7 @@ pub const TestCommand = struct {
|
||||
vm.argv = ctx.positionals;
|
||||
|
||||
try vm.bundler.configureDefines();
|
||||
|
||||
vm.bundler.options.rewrite_jest_for_tests = true;
|
||||
var scanner = Scanner{
|
||||
.dirs_to_scan = Scanner.Fifo.init(ctx.allocator),
|
||||
.options = &vm.bundler.options,
|
||||
|
||||
Reference in New Issue
Block a user