From a0fae5dbcd8a80cad589529f554c12db3273301f Mon Sep 17 00:00:00 2001 From: Katy DeCorah Date: Thu, 6 Jun 2024 18:11:38 -0400 Subject: [PATCH] Clean up --- src/__test__/index.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/__test__/index.test.ts b/src/__test__/index.test.ts index c3c08538..de907618 100644 --- a/src/__test__/index.test.ts +++ b/src/__test__/index.test.ts @@ -44,10 +44,7 @@ describe("action", () => { }); test("works", async () => { - const mockDate = new Date(2021, 11); defaultInputs["playlist-name"] = "2021 Fall"; - jest.spyOn(global, "Date").mockImplementation(() => mockDate); - const listPlaylistsSpy = jest.spyOn(ListPlaylists, "default"); const updateMainSpy = jest.spyOn(UpdateMain, "default"); jest.spyOn(promises, "readFile").mockResolvedValue(`