mirror of
https://github.com/immich-app/immich.git
synced 2025-11-24 17:30:43 +09:00
Added machine learning microservice and object detection (#76)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { Test, TestingModule } from '@nestjs/testing';
|
||||
import { INestApplication } from '@nestjs/common';
|
||||
import * as request from 'supertest';
|
||||
import { AppModule } from './../src/app.module';
|
||||
import { AppModule } from '../src/app.module';
|
||||
|
||||
// End to End test
|
||||
describe('AppController (e2e)', () => {
|
||||
let app: INestApplication;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user