summaryrefslogtreecommitdiff
path: root/test/services/user/index.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/services/user/index.test.js')
-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