mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-11 09:06:20 +00:00
Extract shlink-web-component outside of src folder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { render, screen } from '@testing-library/react';
|
||||
import { MapModal } from '../../../src/shlink-web-component/visits/helpers/MapModal';
|
||||
import type { CityStats } from '../../../src/shlink-web-component/visits/types';
|
||||
import { MapModal } from '../../../shlink-web-component/visits/helpers/MapModal';
|
||||
import type { CityStats } from '../../../shlink-web-component/visits/types';
|
||||
|
||||
describe('<MapModal />', () => {
|
||||
const toggle = vi.fn();
|
||||
|
||||
Reference in New Issue
Block a user