mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-11 17:16:20 +00:00
Extract shlink-web-component outside of src folder
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { fromPartial } from '@total-typescript/shoehorn';
|
||||
import { EventSourcePolyfill } from 'event-source-polyfill';
|
||||
import { identity } from 'ramda';
|
||||
import { bindToMercureTopic } from '../../../src/shlink-web-component/mercure/helpers';
|
||||
import type { MercureInfo } from '../../../src/shlink-web-component/mercure/reducers/mercureInfo';
|
||||
import { bindToMercureTopic } from '../../../shlink-web-component/mercure/helpers';
|
||||
import type { MercureInfo } from '../../../shlink-web-component/mercure/reducers/mercureInfo';
|
||||
|
||||
vi.mock('event-source-polyfill');
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { fromPartial } from '@total-typescript/shoehorn';
|
||||
import { mercureInfoReducerCreator } from '../../../shlink-web-component/mercure/reducers/mercureInfo';
|
||||
import type { ShlinkApiClient } from '../../../src/api/services/ShlinkApiClient';
|
||||
import type { GetState } from '../../../src/container/types';
|
||||
import { mercureInfoReducerCreator } from '../../../src/shlink-web-component/mercure/reducers/mercureInfo';
|
||||
|
||||
describe('mercureInfoReducer', () => {
|
||||
const mercureInfo = {
|
||||
|
||||
Reference in New Issue
Block a user