Skip to content

Commit

Permalink
this one is safe
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Oct 26, 2024
1 parent 137c7e1 commit 1e682de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bun.js/test/jest.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,7 @@ pub const DescribeScope = struct {
Jest.runner.?.reportFailure(i + this.test_id_start, source.path.text, tests[i].label, 0, 0, this);
i += 1;
}
this.tests.clearAndFree(allocator);
this.pending_tests.deinit(allocator);
return;
}
Expand Down

0 comments on commit 1e682de

Please sign in to comment.