mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
Remove un-needed import in test file
This commit is contained in:
parent
228aca0da5
commit
be227972c8
1 changed files with 2 additions and 4 deletions
|
@ -1,11 +1,9 @@
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
import {render, screen} from '@testing-library/react';
|
import {render} from '@testing-library/react';
|
||||||
import {LocalizedComponent} from '../../test/testHelpers';
|
import {LocalizedComponent} from '../../test/testHelpers';
|
||||||
import Indicator, {IndicatorValueIcon, IndicatorValueSubText, IndicatorValue} from './Indicator';
|
import Indicator, {IndicatorValueSubText, IndicatorValue} from './Indicator';
|
||||||
import {indicatorInfo} from '../AreaDetail/AreaDetail';
|
import {indicatorInfo} from '../AreaDetail/AreaDetail';
|
||||||
|
|
||||||
import * as EXPLORE_COPY from '../../data/copy/explore';
|
|
||||||
|
|
||||||
describe('rendering of the Indicator', () => {
|
describe('rendering of the Indicator', () => {
|
||||||
it('checks if component renders', () => {
|
it('checks if component renders', () => {
|
||||||
const highSchool:indicatorInfo = {
|
const highSchool:indicatorInfo = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue