UNPKG

@speakr/speakr-module-services

Version:
18 lines (15 loc) 338 B
module.exports = {} // beforeEach(function(done) { // const credentials = { // "email": "patrick@speakr.com", // "password": "lYSPFkUy" // }; // request(APP) // .post('/auth') // .send(credentials) // .expect(200) // .end((err, res) => { // token = res.header['x-auth-token']; // done(); // }); // });