This commit is contained in:
Keith Grant 2019-12-04 11:02:02 -08:00
parent c003e89ea9
commit f54616912d
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import React, { Fragment } from 'react';
import React from 'react';
import PropTypes, { arrayOf, shape, string, bool } from 'prop-types';
import { DataList } from '@patternfly/react-core';
import { withI18n } from '@lingui/react';

View File

@ -7,8 +7,6 @@ import OrganizationEdit from './OrganizationEdit';
jest.mock('@api');
const sleep = ms => new Promise(resolve => setTimeout(resolve, ms));
describe('<OrganizationEdit />', () => {
const mockData = {
name: 'Foo',