Add env variable as needed by unit tests
parent
f954fa6a1c
commit
56ee5716d5
|
@ -36,6 +36,8 @@ const timeout = process.env.CI ? 5000 : 20000;
|
||||||
|
|
||||||
describe.sequential("handleNewBooking", () => {
|
describe.sequential("handleNewBooking", () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
// Required to able to generate token in email in some cases
|
||||||
|
process.env.CALENDSO_ENCRYPTION_KEY="abcdefghjnmkljhjklmnhjklkmnbhjui"
|
||||||
mockNoTranslations();
|
mockNoTranslations();
|
||||||
mockEnableEmailFeature();
|
mockEnableEmailFeature();
|
||||||
globalThis.testEmails = [];
|
globalThis.testEmails = [];
|
||||||
|
|
Loading…
Reference in New Issue