mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-10 13:35:47 +03:00
More default exports removals
This commit is contained in:
parent
e70724f058
commit
2cac1d9fd2
43 changed files with 56 additions and 73 deletions
test/servers
|
@ -2,7 +2,7 @@ import { shallow, ShallowWrapper } from 'enzyme';
|
|||
import { Button, Modal, ModalBody, ModalFooter, ModalHeader } from 'reactstrap';
|
||||
import { Mock } from 'ts-mockery';
|
||||
import { useNavigate } from 'react-router-dom';
|
||||
import DeleteServerModal from '../../src/servers/DeleteServerModal';
|
||||
import { DeleteServerModal } from '../../src/servers/DeleteServerModal';
|
||||
import { ServerWithId } from '../../src/servers/data';
|
||||
|
||||
jest.mock('react-router-dom', () => ({ ...jest.requireActual('react-router-dom'), useNavigate: jest.fn() }));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue