Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sareh committed Apr 15, 2020
1 parent 66d1147 commit aeb7f3a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ it('should pass the correct props to the story function', () => {
dir: 'ltr',
locale: 'en',
variant: 'default',
timezone: 'Europe/London',
selectedService: 'news',
};

Expand All @@ -91,6 +92,7 @@ it('should pass the correct chosen service props to the story function', () => {
dir: 'rtl',
locale: 'ar',
variant: 'default',
timezone: 'GMT',
selectedService: 'arabic',
};

Expand All @@ -113,6 +115,7 @@ it('should pass the correct chosen service props to the story function', () => {
dir: 'ltr',
locale: 'zh-cn',
variant: 'simp',
timezone: 'GMT',
selectedService: 'ukchinaSimp',
};

Expand Down

0 comments on commit aeb7f3a

Please sign in to comment.