Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 20, 2024
1 parent cde1275 commit 554157d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/value-date.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ test("can be configured to return a date after and before given dates", (t) => {
before: new Date("1984-01-01T00:00:00.000Z"),
});

// Interval is [after, before]
// Interval is [before, after]
t.is(actual, "1984-01-01");
});

0 comments on commit 554157d

Please sign in to comment.