mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
test: server-info e2e tests (#3948)
This commit is contained in:
parent
b7fd5dcb4a
commit
4e5bf7ae2e
7 changed files with 176 additions and 7 deletions
|
|
@ -2,7 +2,7 @@ import { PostgreSqlContainer } from '@testcontainers/postgresql';
|
|||
import { GenericContainer } from 'testcontainers';
|
||||
export default async () => {
|
||||
process.env.NODE_ENV = 'development';
|
||||
process.env.TYPESENSE_API_KEY = 'abc123';
|
||||
process.env.TYPESENSE_ENABLED = 'false';
|
||||
|
||||
const pg = await new PostgreSqlContainer('postgres')
|
||||
.withExposedPorts(5432)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue