diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-03-04 14:34:55 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-03-07 13:48:30 +0100 |
| commit | a11205b5fc5bc1b2140c530a372b449717794e2f (patch) | |
| tree | 4698dbc79a38d17b1ea7524abdef057c8fbaeae6 /gui/test/components | |
| parent | 99ea926d8e9d529bd579ca79b15eb14ac7b87b00 (diff) | |
| download | mullvadvpn-a11205b5fc5bc1b2140c530a372b449717794e2f.tar.xz mullvadvpn-a11205b5fc5bc1b2140c530a372b449717794e2f.zip | |
Refactor code
Diffstat (limited to 'gui/test/components')
| -rw-r--r-- | gui/test/components/NotificationArea.spec.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/test/components/NotificationArea.spec.tsx b/gui/test/components/NotificationArea.spec.tsx index c23a739535..54aae1f8a6 100644 --- a/gui/test/components/NotificationArea.spec.tsx +++ b/gui/test/components/NotificationArea.spec.tsx @@ -19,6 +19,7 @@ describe('components/NotificationArea', () => { moment() .add(1, 'year') .format(), + 'en', ); it('handles disconnecting state', () => { @@ -176,6 +177,7 @@ describe('components/NotificationArea', () => { moment() .add(2, 'days') .format(), + 'en', ); const component = shallow( <NotificationArea |
