mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-10 21:45:43 +03:00
Ordered imports alphabetically
This commit is contained in:
parent
2a5480da79
commit
1f41f8da23
259 changed files with 853 additions and 853 deletions
test/servers
|
@ -1,8 +1,8 @@
|
|||
import type { ReactNode } from 'react';
|
||||
import { screen, waitFor } from '@testing-library/react';
|
||||
import type { ReactNode } from 'react';
|
||||
import { Mock } from 'ts-mockery';
|
||||
import { DeleteServerButton as createDeleteServerButton } from '../../src/servers/DeleteServerButton';
|
||||
import type { ServerWithId } from '../../src/servers/data';
|
||||
import { DeleteServerButton as createDeleteServerButton } from '../../src/servers/DeleteServerButton';
|
||||
import { renderWithEvents } from '../__helpers__/setUpTest';
|
||||
|
||||
describe('<DeleteServerButton />', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue