Skip to content

Commit

Permalink
Fix nest_lint: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
casparneumann-cap committed Nov 24, 2023
1 parent 8ad11d2 commit db71f80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { createMock } from '@golevelup/ts-jest';
import { ContentStorage, LibraryStorage } from '@src/modules/h5p-editor/service';
import { IHubContentType, ILibraryAdministrationOverviewItem } from '@lumieducation/h5p-server/build/src/types';
import { ConfigService } from '@nestjs/config';
import { InternalServerErrorException } from '@nestjs/common';
import { H5PLibraryManagementService, castToLibrariesContentType } from './h5p-library-management.service';
import { IH5PLibraryManagementConfig } from './h5p-library-management.config';
import { InternalServerErrorException } from '@nestjs/common';

jest.mock('@lumieducation/h5p-server', () => {
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
Expand Down

0 comments on commit db71f80

Please sign in to comment.