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 path from "path";
|
||||
import fs from "fs";
|
||||
|
@ -7,6 +7,8 @@ import nodemailer from "nodemailer";
|
|||
import html from "@leafac/html";
|
||||
import killTheNewsletter from ".";
|
||||
|
||||
jest.setTimeout(300_000);
|
||||
|
||||
test("Kill the Newsletter!", async () => {
|
||||
// Start servers
|
||||
const rootDirectory = fs.mkdtempSync(
|
||||
|
|
Loading…
Reference in New Issue