From 331f92567956cc56f39e7f38c8aae1a16d7a9346 Mon Sep 17 00:00:00 2001 From: Gilad Lekner Date: Tue, 8 Feb 2022 18:38:19 +0200 Subject: [PATCH] add react to resolutions --- src/components/status/ConditionLabel/ConditionLabel.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status/ConditionLabel/ConditionLabel.test.tsx b/src/components/status/ConditionLabel/ConditionLabel.test.tsx index 3cbe74d..5add0b8 100644 --- a/src/components/status/ConditionLabel/ConditionLabel.test.tsx +++ b/src/components/status/ConditionLabel/ConditionLabel.test.tsx @@ -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( , );