Skip to content

Commit

Permalink
add react to resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
glekner committed Feb 8, 2022
1 parent 55d3d83 commit 331f925
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ afterEach(cleanup);

test('ConditionLabel', async () => {
const { message, reason, status, type } = conditionsMock[0];
expect(true).toBe(false);
// expect(true).toBe(false);
const { asFragment, getByText } = render(
<ConditionLabel message={message} reason={reason} status={status} type={type} />,
);
Expand Down

0 comments on commit 331f925

Please sign in to comment.