Skip to content

Commit

Permalink
test: use scoped hook for cleanup to avoid weird 01 prefix (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycmjason authored Oct 16, 2024
1 parent 37d69bf commit 84438ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 84438ef

Please sign in to comment.