Skip to content

Commit

Permalink
focused test
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoff committed Dec 2, 2022
1 parent 071fcef commit b474788
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('ReactFragment', () => {
);
}

fit('retains component stacks when rethrowing an error', () => {
it('retains component stacks when rethrowing an error', () => {
function Foo() {
return (
<RethrowingBoundary>
Expand Down

0 comments on commit b474788

Please sign in to comment.