Skip to content

Commit

Permalink
build(deps-dev): bump @types/node to 22.8.7 (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: Shivam Sharma <[email protected]>
  • Loading branch information
dependabot[bot] and shivam-sharma7 authored Nov 5, 2024
1 parent d253623 commit 7fc4b86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/date.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('Timezone-Aware Date Helper', () => {

it('should calculate time difference between two timezones', () => {
const diff = getTimeDifference('America/New_York', 'Europe/London');
expect(diff).toBe(4); // New York is 5 hours behind London
expect(diff).toBe(5); // New York is 5 hours behind London
});

it('should format date correct for a different timezone', () => {
Expand Down

0 comments on commit 7fc4b86

Please sign in to comment.