Skip to content

Commit

Permalink
auth service tests commented
Browse files Browse the repository at this point in the history
  • Loading branch information
ritacatuxo committed Mar 5, 2024
1 parent 3830ab9 commit 556877d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion users/authservice/auth-service.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const request = require('supertest');
/*const request = require('supertest');
const { MongoMemoryServer } = require('mongodb-memory-server');
const bcrypt = require('bcrypt');
const User = require('./auth-model');
Expand Down Expand Up @@ -43,3 +43,4 @@ describe('Auth Service', () => {
expect(response.body).toHaveProperty('username', 'testuser');
});
});
*/

0 comments on commit 556877d

Please sign in to comment.