removed comments

This commit is contained in:
Eddi3_As 2025-03-17 19:32:36 -04:00
parent dd1c032e17
commit be65a2b582

View file

@ -1,7 +1,6 @@
const { ObjectId } = require('mongodb'); const { ObjectId } = require('mongodb');
const Admin = require('../models/admin'); // Adjust the path if needed const Admin = require('../models/admin');
// Mock database connection
const mockDb = { const mockDb = {
connect: jest.fn(), connect: jest.fn(),
getConnection: jest.fn() getConnection: jest.fn()