Skip to content

Commit 3096b98

Browse files
authored
test (#25)
1 parent 50171d4 commit 3096b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)