Skip to content

Commit b9a815f

Browse files
committed
chores: removed duplicate test case
1 parent d3eb270 commit b9a815f

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

crates/biome_js_analyze/tests/specs/nursery/noLeakedRender/issue8288.valid.jsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ const Component3 = () => {
2727
};
2828

2929
const Component4 = () => {
30-
return (
31-
<NoErrorWithAttribute
32-
error={firstBool && secondBool}
33-
coerceError={!!(firstBool && secondBool)}
34-
orderId={isChecked ? orderId : undefined}
35-
/>
36-
);
37-
};
38-
39-
const Component5 = () => {
4030
return (
4131
<Nested>
4232
<SecondNested>{userId ? 1 : null} </SecondNested>

crates/biome_js_analyze/tests/specs/nursery/noLeakedRender/issue8288.valid.jsx.snap

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@ const Component3 = () => {
3333
};
3434
3535
const Component4 = () => {
36-
return (
37-
<NoErrorWithAttribute
38-
error={firstBool && secondBool}
39-
coerceError={!!(firstBool && secondBool)}
40-
orderId={isChecked ? orderId : undefined}
41-
/>
42-
);
43-
};
44-
45-
const Component5 = () => {
4636
return (
4737
<Nested>
4838
<SecondNested>{userId ? 1 : null} </SecondNested>

0 commit comments

Comments
 (0)