Upgrade node and deps
This commit is contained in:
parent
2bd6711175
commit
20fcbe40ac
5 changed files with 32 additions and 34 deletions
|
@ -27,7 +27,10 @@ describe('hostr-web user', function() {
|
|||
.send({'email': 'test@hostr.co', 'password': 'test-password', '_csrf': csrf})
|
||||
.expect(302)
|
||||
.expect('Location', '/')
|
||||
.end();
|
||||
.end(function() {
|
||||
// Hax
|
||||
process.exit();
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue