chore: Refactoring event processors and service architecture (#2495)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
// @flow
|
||||
require("dotenv").config({ silent: true });
|
||||
import "../env";
|
||||
|
||||
// test environment variables
|
||||
process.env.DATABASE_URL = process.env.DATABASE_URL_TEST;
|
||||
@ -10,4 +10,4 @@ process.env.DEPLOYMENT = "";
|
||||
process.env.ALLOWED_DOMAINS = "allowed-domain.com";
|
||||
|
||||
// This is needed for the relative manual mock to be picked up
|
||||
jest.mock("../events");
|
||||
jest.mock("../queues");
|
||||
|
Reference in New Issue
Block a user