Skip to content

Commit 260fbbe

Browse files
Fix is is -> it is typo
1 parent ed0dcb2 commit 260fbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

date/toDate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe("toDate", () => {
77
expect(toDate(new Date("2019-01-15T12:00:00.000Z"))).toBe("2019-01-15");
88
});
99

10-
it("is is computed within the local timezone", () => {
10+
it("it is computed within the local timezone", () => {
1111
const start = new Date("2019-01-15T00:00:00.000Z");
1212
const end = new Date("2019-01-15T23:59:59.999Z");
1313
const timezoneOffset = start.getTimezoneOffset();

0 commit comments

Comments
 (0)