summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-07-24 13:11:41 -0300
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-07-24 13:12:43 -0300
commit18b37cc66631bfbf17eded4d609c1ae12d5f6ccc (patch)
tree878db7d308dc322abc5546ead569cd4c7e34023c /test
parentd1632102fbf53032b87fc8f6bcdc7299ee411b15 (diff)
downloadmullvadvpn-18b37cc66631bfbf17eded4d609c1ae12d5f6ccc.tar.xz
mullvadvpn-18b37cc66631bfbf17eded4d609c1ae12d5f6ccc.zip
Copy account token to clipboard when clicked
Diffstat (limited to 'test')
-rw-r--r--test/components/Account.spec.js1
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: () => {},