mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
remove console.log
This commit is contained in:
parent
c2a79e1d7c
commit
90f88c42f6
1 changed files with 0 additions and 1 deletions
|
|
@ -199,7 +199,6 @@ describe('User Model', () => {
|
|||
user = await User.findById(user._id).exec();
|
||||
|
||||
const userToJSON = user.toJSON();
|
||||
console.log(userToJSON.tags);
|
||||
expect(userToJSON.tags.length).to.equal(1);
|
||||
|
||||
expect(userToJSON.tags[0]).to.have.all.keys(['id', 'name']);
|
||||
|
|
|
|||
Loading…
Reference in a new issue