Skip to content

Commit 2653492

Browse files
committed
remove size label action
1 parent 9139b26 commit 2653492

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/status/ConditionLabel/ConditionLabel.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ afterEach(cleanup);
99

1010
test('ConditionLabel', async () => {
1111
const { message, reason, status, type } = conditionsMock[0];
12-
expect(true).toBe(false);
1312

1413
const { asFragment, getByText } = render(
1514
<ConditionLabel message={message} reason={reason} status={status} type={type} />,

0 commit comments

Comments
 (0)