This commit is contained in:
Leandro Facchinetti 2021-03-16 00:48:27 +00:00
parent d3d0c68f45
commit 895f05139d
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { test, expect } from "@jest/globals"; import { jest, test, expect } from "@jest/globals";
import os from "os"; import os from "os";
import path from "path"; import path from "path";
import fs from "fs"; import fs from "fs";
@ -7,6 +7,8 @@ import nodemailer from "nodemailer";
import html from "@leafac/html"; import html from "@leafac/html";
import killTheNewsletter from "."; import killTheNewsletter from ".";
jest.setTimeout(300_000);
test("Kill the Newsletter!", async () => { test("Kill the Newsletter!", async () => {
// Start servers // Start servers
const rootDirectory = fs.mkdtempSync( const rootDirectory = fs.mkdtempSync(