Skip to content

Commit

Permalink
bug(test) remove time-shifting TZ test
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol committed Nov 2, 2023
1 parent 08ca816 commit b9e574e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/timezone/__tests__/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { TimeZonesConfig } from '../config'
describe('Timezone fongis', () => {
describe('TimeZonesConfig', () => {
it('returns expected config values', () => {
expect(TimeZonesConfig['TZ_EUROPE_PARIS']).toStrictEqual({
name: 'Europe/Paris',
offset: '+2:00',
offsetInMinute: 120,
expect(TimeZonesConfig['TZ_ASIA_TOKYO']).toStrictEqual({
name: 'Asia/Tokyo',
offset: '+9:00',
offsetInMinute: 540,
})
expect(TimeZonesConfig['TZ_AMERICA_LOS_ANGELES']).toStrictEqual({
name: 'America/Los_Angeles',
Expand Down

0 comments on commit b9e574e

Please sign in to comment.