From 96b086bb85cd4f0091a1ab41cdc3e8840475701e Mon Sep 17 00:00:00 2001 From: Jason Yu Date: Wed, 16 Oct 2024 21:44:45 +0100 Subject: [PATCH] test: use scoped hook for cleanup to avoid weird 01 prefix --- integration/{01workflows.test.ts => workflows.test.ts} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename integration/{01workflows.test.ts => workflows.test.ts} (97%) diff --git a/integration/01workflows.test.ts b/integration/workflows.test.ts similarity index 97% rename from integration/01workflows.test.ts rename to integration/workflows.test.ts index 329ed30..96e7997 100644 --- a/integration/01workflows.test.ts +++ b/integration/workflows.test.ts @@ -17,9 +17,9 @@ const DOMAINS = [ generateRandomDomain(), ]; -const pebbleChallTestSrv = new PebbleChallTestSrv(); - describe("requestCertificates", () => { + const pebbleChallTestSrv = new PebbleChallTestSrv(); + it("should successfully get the certs for the given domains", async () => { const client = await AcmeClient.init(PEBBLE_DIRECTORY_URL);