mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
de-lint
This commit is contained in:
parent
c003e89ea9
commit
f54616912d
@ -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';
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user