Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed Jun 6, 2024
1 parent 5c56a04 commit a0fae5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/__test__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(`
Expand Down

0 comments on commit a0fae5d

Please sign in to comment.