fix: lint
This commit is contained in:
parent
4c1cac71c9
commit
f140da2ca1
1 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@ import { INestApplication } from '@nestjs/common';
|
|||
import { api } from '@test/api';
|
||||
import * as fs from 'fs';
|
||||
|
||||
import { AssetEntity, LibraryType } from '@app/infra/entities';
|
||||
import {
|
||||
IMMICH_TEST_ASSET_PATH,
|
||||
IMMICH_TEST_ASSET_TEMP_PATH,
|
||||
|
@ -15,7 +14,6 @@ import {
|
|||
runAllTests,
|
||||
} from '@test/test-utils';
|
||||
import { exiftool } from 'exiftool-vendored';
|
||||
import request from 'supertest';
|
||||
|
||||
describe(`${AssetController.name} (e2e)`, () => {
|
||||
let app: INestApplication;
|
||||
|
|
Loading…
Reference in a new issue