Skip to content

Commit

Permalink
fix(renderfromalien): remove unused inmports
Browse files Browse the repository at this point in the history
  • Loading branch information
aneurysmjs committed Feb 10, 2020
1 parent a5a272f commit e4bda79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/shared/utils/testing/renderFromAlien.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { RenderResult } from '@testing-library/react';
import { renderHook, RenderHookResult } from '@testing-library/react-hooks';
import { ReactElement } from 'react';
import { act } from 'react-test-renderer';
import { Store } from 'redux';

import alien, { AlienStore } from '~/store/config/alienStore/alien';
import { withProvider, WrapperType } from '~/store/config/alienStore/helpers/withProvider';
import { State } from '~/store/State';


const store = alien<State>();

const wrapper = withProvider(store);
Expand Down

0 comments on commit e4bda79

Please sign in to comment.