Skip to content

Commit

Permalink
fix: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Aug 25, 2023
1 parent 9c92a82 commit e53ecbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('useTimeZoneConversion', () => {

const serverDate = result.current.fromServerDate('2010-01-01')
const expectedDateString = '2009-12-31T23:00:00.000'
// expect(serverDate.getClientZonedISOString()).toBe(expectedDateString)
expect(serverDate.getClientZonedISOString()).toBe(expectedDateString)
})

it('returns fromServerDate that corrects for server time zone (adjusting for summer time)', () => {
Expand Down
1 change: 0 additions & 1 deletion services/plugin/src/Plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ export const Plugin = ({
width: '100%',
height: '100%',
border: 'none',
overflowX: 'hidden',
}}
></iframe>
</div>
Expand Down

0 comments on commit e53ecbd

Please sign in to comment.