From 164d11e0277c8c39171c0b5398461a67bdb3ac72 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 8 Feb 2021 16:20:43 -0700 Subject: [PATCH] chore: clean up comment in util.test --- test/util.test.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/util.test.ts b/test/util.test.ts index 418756a5..78985554 100644 --- a/test/util.test.ts +++ b/test/util.test.ts @@ -125,10 +125,6 @@ describe("util", () => { }) describe("getOptions", () => { - // Things to mock - // logger - // location - // document beforeEach(() => { const location: LocationLike = { pathname: "/healthz",