Remove some unneeded imports causing mischief
This commit is contained in:
parent
5e7de44550
commit
ed4fbeca2f
2 changed files with 0 additions and 3 deletions
|
@ -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(){
|
||||
|
|
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in a new issue