···332332});
333333334334describe("Unsubscribed user does not receive new emails", () => {
335335- let _activeToken: string;
336335 let unsubscribedToken: string;
337336 let pendingToken: string;
338337···365364 if (!active.token) {
366365 throw new Error("Active subscriber token is undefined");
367366 }
368368-369369- _activeToken = active.token;
370367371368 // Unsubscribed subscriber
372369 const unsubscribed = await db