This commit is contained in:
Keith Grant
2019-12-19 10:52:23 -08:00
parent e688ed813a
commit b794fdbefd

View File

@@ -1,8 +1,7 @@
import React from 'react'; import React from 'react';
import { act } from 'react-dom/test-utils'; import { act } from 'react-dom/test-utils';
import { mountWithContexts, waitForElement } from '@testUtils/enzymeHelpers'; import { mountWithContexts } from '@testUtils/enzymeHelpers';
import { InventoriesAPI, CredentialTypesAPI } from '@api'; import { InventoriesAPI, CredentialTypesAPI } from '@api';
import { sleep } from '@testUtils/testUtils';
import InventoryDetail from './InventoryDetail'; import InventoryDetail from './InventoryDetail';
jest.mock('@api'); jest.mock('@api');