Skip to content

Commit

Permalink
chore: disable old test
Browse files Browse the repository at this point in the history
  • Loading branch information
srg-kostyrko committed Nov 14, 2024
1 parent d8c23c2 commit 92e54e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_old-code/interval-journal/interval-manager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const expectInterval = (input: Interval, expected: { index: number; startDate: s
expect(input.endDate.format("YYYY-MM-DD")).to.eq(expected.endDate);
};

describe("IntervalManager", () => {
describe.skip("IntervalManager", () => {
const calendar = new CalendarHelper({
firstDayOfWeek: 1,
firstWeekOfYear: 1,
Expand Down

0 comments on commit 92e54e0

Please sign in to comment.