mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-06 03:33:02 +03:00
Renamed test helpers folder
This commit is contained in:
parent
7249ec4968
commit
83150331e5
57 changed files with 56 additions and 56 deletions
test/servers
|
@ -3,7 +3,7 @@ import { Mock } from 'ts-mockery';
|
|||
import { useNavigate } from 'react-router-dom';
|
||||
import { DeleteServerModal } from '../../src/servers/DeleteServerModal';
|
||||
import { ServerWithId } from '../../src/servers/data';
|
||||
import { renderWithEvents } from '../__mocks__/setUpTest';
|
||||
import { renderWithEvents } from '../__helpers__/setUpTest';
|
||||
|
||||
jest.mock('react-router-dom', () => ({ ...jest.requireActual('react-router-dom'), useNavigate: jest.fn() }));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue