mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-11 17:16:20 +00:00
Move stuff belonging to the component to shlink-web-component
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { screen, waitFor } from '@testing-library/react';
|
||||
import { fromPartial } from '@total-typescript/shoehorn';
|
||||
import type { NormalizedVisit } from '../../src/shlink-web-component/visits/types';
|
||||
import type { VisitsTableProps } from '../../src/shlink-web-component/visits/VisitsTable';
|
||||
import { VisitsTable } from '../../src/shlink-web-component/visits/VisitsTable';
|
||||
import { rangeOf } from '../../src/utils/utils';
|
||||
import type { NormalizedVisit } from '../../src/visits/types';
|
||||
import type { VisitsTableProps } from '../../src/visits/VisitsTable';
|
||||
import { VisitsTable } from '../../src/visits/VisitsTable';
|
||||
import { renderWithEvents } from '../__helpers__/setUpTest';
|
||||
|
||||
describe('<VisitsTable />', () => {
|
||||
|
||||
Reference in New Issue
Block a user