Skip to content

Commit

Permalink
chore: test import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AxTrusov committed Aug 22, 2024
1 parent cdabe86 commit 9b69315
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import { AuthenticatedManagementSubject } from '@axinom/mosaic-id-guard';
import { DetailedImage, DetailedVideo } from '@axinom/mosaic-messages';
import { rejectionOf } from '@axinom/mosaic-service-common';
import 'jest-extended';
import { ChannelLocalization, ProgramLocalization } from 'media-messages';
import {
ChannelLocalization,
DetailedImage,
DetailedVideo,
ProgramLocalization,
} from 'media-messages';
import { v4 as uuid } from 'uuid';
import { PublicationStateEnum } from 'zapatos/custom';
import { insert } from 'zapatos/db';
Expand Down

0 comments on commit 9b69315

Please sign in to comment.