Remove some unneeded imports causing mischief

This commit is contained in:
Eric Schultz 2018-08-21 12:56:05 -05:00
parent 5e7de44550
commit ed4fbeca2f
2 changed files with 0 additions and 3 deletions

View file

@ -6,10 +6,8 @@ import * as Component from './WizardPanel'
import {Form, Field} from 'mobx-react-form';
import { shallow, render } from 'enzyme';
import {TabPanel, Wrapper} from 'react-aria-tabpanel'
import toJson from 'enzyme-to-json';
import {WizardState, WizardTabPanelState} from "./wizard_state";
const TestRenderer = require('react-test-renderer')
class EasyWizardState extends WizardState{
constructor(){

View file

@ -2,7 +2,6 @@
import * as React from 'react';
import 'jest';
import WizardTab from './WizardTab'
import { Tab } from 'react-aria-tabpanel';
import {shallowWithIntl} from "../../../lib/tests/helpers";
describe('WizardTab', () => {