diff options
| author | Erik Larkö <erik@mullvad.net> | 2018-01-31 15:53:31 +0100 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2018-02-01 13:10:04 +0100 |
| commit | 1706407194d4fc52cb167c0dac17b46604ba2163 (patch) | |
| tree | f9f76faa7da03369ab732d96f14d66377fdfad58 /test/components | |
| parent | 3f5593b174474cae47d110a1899400648e2a855e (diff) | |
| download | mullvadvpn-1706407194d4fc52cb167c0dac17b46604ba2163.tar.xz mullvadvpn-1706407194d4fc52cb167c0dac17b46604ba2163.zip | |
Show the app version in the settings view
Diffstat (limited to 'test/components')
| -rw-r--r-- | test/components/Settings.spec.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/components/Settings.spec.js b/test/components/Settings.spec.js index 415be57fd2..fc6b73f17c 100644 --- a/test/components/Settings.spec.js +++ b/test/components/Settings.spec.js @@ -52,6 +52,7 @@ describe('components/Settings', () => { const defaultProps: SettingsProps = { account: anAccountState, settings: aSettingsState, + version: '', onQuit: () => {}, onClose: () => {}, onViewAccount: () => {}, |
