mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-13 11:03:50 +00:00
Extract shlink-web-component outside of src folder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { ExportableShortUrl } from '../../../shlink-web-component/short-urls/data';
|
||||
import type { NormalizedVisit } from '../../../shlink-web-component/visits/types';
|
||||
import { ReportExporter } from '../../../src/common/services/ReportExporter';
|
||||
import type { ExportableShortUrl } from '../../../src/shlink-web-component/short-urls/data';
|
||||
import type { NormalizedVisit } from '../../../src/shlink-web-component/visits/types';
|
||||
import { windowMock } from '../../__mocks__/Window.mock';
|
||||
|
||||
describe('ReportExporter', () => {
|
||||
|
||||
Reference in New Issue
Block a user