Update test_command.zig

This commit is contained in:
Jarred Sumner
2022-02-15 13:47:23 -08:00
parent 2578f426b6
commit 022e399bff

View File

@@ -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,