diff --git a/app/common/util.test.mjs b/app/common/util.test.mjs index de1a65b..18a10c6 100644 --- a/app/common/util.test.mjs +++ b/app/common/util.test.mjs @@ -28,7 +28,6 @@ describe('getTopOfCurrentHour', () => { }); it('uses current date when no argument', () => { - const before = new Date(); const result = getTopOfCurrentHour(); expect(result.getUTCMinutes()).toBe(0); expect(result.getUTCSeconds()).toBe(0);