Skip to content

Commit

Permalink
chore: remove tests that break in GMT-x timezones
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Aug 27, 2024
1 parent 1dfe144 commit 046d6d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ test('date parsing', () => {
expect(new Date('2020-01-03').getFullYear()).toEqual(2020)
expect(new Date('2020-01-03').getMonth()).toEqual(0)
expect(new Date('2020-05-03').getMonth()).toEqual(4)
expect(new Date('2020-01-03').getDate()).toEqual(3)
})

test('time parsing', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ test('date parsing', () => {
expect(new Date('2020-01-03').getFullYear()).toEqual(2020)
expect(new Date('2020-01-03').getMonth()).toEqual(0)
expect(new Date('2020-05-03').getMonth()).toEqual(4)
expect(new Date('2020-01-03').getDate()).toEqual(3)
})

test('time parsing', () => {
Expand Down

0 comments on commit 046d6d4

Please sign in to comment.