summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
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: () => {},