mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
removed comments
This commit is contained in:
parent
dd1c032e17
commit
be65a2b582
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue