Skip to content

Commit

Permalink
refactor: remove outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
supalarry committed Oct 1, 2024
1 parent fdcf15f commit 1f4028c
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -764,13 +764,4 @@ describe("transformRecurrenceApiToInternal", () => {
const result = transformRecurrenceApiToInternal(input);
expect(result).toEqual(expectedOutput);
});

it("should transform recurrence - disabled", () => {
const input: CreateEventTypeInput_2024_06_14["recurrence"] = {
disabled: true,
};
const expectedOutput = undefined;
const result = transformRecurrenceApiToInternal(input);
expect(result).toEqual(expectedOutput);
});
});

0 comments on commit 1f4028c

Please sign in to comment.