summaryrefslogtreecommitdiff
path: root/test/services/user
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-03-17 00:25:32 +0100
committerJules Laplace <jules@okfoc.us>2017-03-17 00:25:32 +0100
commita4b496b8e7cb215dc9be2fa0e627382364889eb4 (patch)
treeef49beb0b7f76d938c864e7712ace7652d3a02bb /test/services/user
parent927b907518ba83ae68718d62bd3095c97fd9a3fb (diff)
meal tests
Diffstat (limited to 'test/services/user')
-rw-r--r--test/services/user/index.test.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/services/user/index.test.js b/test/services/user/index.test.js
index 4302422..a9072c0 100644
--- a/test/services/user/index.test.js
+++ b/test/services/user/index.test.js
@@ -9,6 +9,7 @@ const app = require('../../../src/app');
const User = app.service('users')
const authentication = require('feathers-authentication/client');
const bodyParser = require('body-parser');
+
var token, userid
app