Skip to content

Commit 331f925

Browse files
committed
add react to resolutions
1 parent 55d3d83 commit 331f925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

1010
test('ConditionLabel', async () => {
1111
const { message, reason, status, type } = conditionsMock[0];
12-
expect(true).toBe(false);
12+
// expect(true).toBe(false);
1313
const { asFragment, getByText } = render(
1414
<ConditionLabel message={message} reason={reason} status={status} type={type} />,
1515
);

0 commit comments

Comments
 (0)