Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
manzil-infinity180 committed Aug 4, 2024
1 parent a3f6b0d commit da8b27a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/__tests__/users/user.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const httpMocks = require('node-mocks-http');
// mocking the userModel
jest.mock('../../model/userModel');
jest.mock('../../controller/userController');
// const

describe('user testing', () => {
test('verify/Login', async () => {
Expand Down

0 comments on commit da8b27a

Please sign in to comment.