This commit is contained in:
parent
d3d0c68f45
commit
895f05139d
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue