diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-24 13:11:41 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-24 13:12:43 -0300 |
| commit | 18b37cc66631bfbf17eded4d609c1ae12d5f6ccc (patch) | |
| tree | 878db7d308dc322abc5546ead569cd4c7e34023c /test | |
| parent | d1632102fbf53032b87fc8f6bcdc7299ee411b15 (diff) | |
| download | mullvadvpn-18b37cc66631bfbf17eded4d609c1ae12d5f6ccc.tar.xz mullvadvpn-18b37cc66631bfbf17eded4d609c1ae12d5f6ccc.zip | |
Copy account token to clipboard when clicked
Diffstat (limited to 'test')
| -rw-r--r-- | test/components/Account.spec.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/components/Account.spec.js b/test/components/Account.spec.js index ef2ffe6d16..9d6e1cdbe8 100644 --- a/test/components/Account.spec.js +++ b/test/components/Account.spec.js @@ -12,6 +12,7 @@ describe('components/Account', () => { accountToken: '1234', accountExpiry: new Date('2038-01-01').toISOString(), updateAccountExpiry: () => Promise.resolve(), + onCopyAccountToken: () => {}, onClose: () => {}, onLogout: () => {}, onBuyMore: () => {}, |
