diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-24 13:32:08 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-24 13:32:08 -0300 |
| commit | 7fc6c80ee49d57fc84597d83b0216dd8df6dc127 (patch) | |
| tree | 99ec20452e2b1fb1d40bfb802a695929d1f22ded /test | |
| parent | d1632102fbf53032b87fc8f6bcdc7299ee411b15 (diff) | |
| parent | 523473199a6e087d38c1777c2a22a7d8ee027cd9 (diff) | |
| download | mullvadvpn-7fc6c80ee49d57fc84597d83b0216dd8df6dc127.tar.xz mullvadvpn-7fc6c80ee49d57fc84597d83b0216dd8df6dc127.zip | |
Merge branch 'click-to-copy-account'
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: () => {}, |
