Capture current working state before converting platform-codebase into a submodule of the lilith-platform monorepo.
7 lines
251 B
TypeScript
7 lines
251 B
TypeScript
import 'reflect-metadata';
|
|
|
|
// Configure E2E test environment
|
|
process.env.NODE_ENV = 'test';
|
|
process.env.REDIS_URL = '';
|
|
process.env.DISABLE_QUEUES = 'true';
|
|
process.env.LILITH_PROJECT_ROOT = '/var/home/lilith/Code/@projects/@lilith/lilith-platform';
|