summaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-10-20 16:59:29 -0400
committerJules Laplace <jules@okfoc.us>2015-10-20 16:59:29 -0400
commit9a6c6a1e436f146427f023a3d70c09c2087e4f56 (patch)
tree971a17e4e5c6aff2167d657710dd5f361df482e4 /test/lib
parentd7e9ea57e410cf206f1e82a97e11e3cc793497bd (diff)
address book api
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/sdk.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/sdk.js b/test/lib/sdk.js
index 4ebffb8b..a34b18f9 100644
--- a/test/lib/sdk.js
+++ b/test/lib/sdk.js
@@ -24,5 +24,6 @@ for (var i = 0; i < files.length; i++) {
}
sdk.init({ production: true })
+sdk.auth = auth // stick this here for now
module.exports = sdk