From be65a2b582bfda4ce3b57a705a6ba392e35babd6 Mon Sep 17 00:00:00 2001 From: Eddi3_As Date: Mon, 17 Mar 2025 19:32:36 -0400 Subject: [PATCH] removed comments --- server/__tests__/admin.test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/__tests__/admin.test.js b/server/__tests__/admin.test.js index ac60b45..b5a398a 100644 --- a/server/__tests__/admin.test.js +++ b/server/__tests__/admin.test.js @@ -1,7 +1,6 @@ const { ObjectId } = require('mongodb'); -const Admin = require('../models/admin'); // Adjust the path if needed +const Admin = require('../models/admin'); -// Mock database connection const mockDb = { connect: jest.fn(), getConnection: jest.fn()