Add integ test for verifyLogin

This commit is contained in:
Calvin Montgomery 2020-08-21 20:31:54 -07:00
parent f081bc782a
commit 80d3d14c85
4 changed files with 76 additions and 5 deletions

View file

@ -0,0 +1,4 @@
exports.o = function o(obj) {
// Workaround for knex returning RowDataPacket and failing assertions
return Object.assign({}, obj);
}