From be227972c8ec25c06a84b602a52a0998d1986de2 Mon Sep 17 00:00:00 2001 From: Vim USDS Date: Fri, 9 Sep 2022 15:52:20 -0700 Subject: [PATCH] Remove un-needed import in test file --- client/src/components/Indicator/Indicator.test.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/client/src/components/Indicator/Indicator.test.tsx b/client/src/components/Indicator/Indicator.test.tsx index 9336baa3..9e072ace 100644 --- a/client/src/components/Indicator/Indicator.test.tsx +++ b/client/src/components/Indicator/Indicator.test.tsx @@ -1,11 +1,9 @@ import * as React from 'react'; -import {render, screen} from '@testing-library/react'; +import {render} from '@testing-library/react'; import {LocalizedComponent} from '../../test/testHelpers'; -import Indicator, {IndicatorValueIcon, IndicatorValueSubText, IndicatorValue} from './Indicator'; +import Indicator, {IndicatorValueSubText, IndicatorValue} from './Indicator'; import {indicatorInfo} from '../AreaDetail/AreaDetail'; -import * as EXPLORE_COPY from '../../data/copy/explore'; - describe('rendering of the Indicator', () => { it('checks if component renders', () => { const highSchool:indicatorInfo = {