mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30:15 +01:00
chore: remove unused imports
This commit is contained in:
parent
3831ad8202
commit
f57d920bd5
1 changed files with 0 additions and 10 deletions
|
|
@ -1,6 +1,4 @@
|
|||
const mongoose = require('mongoose');
|
||||
const { v4: uuidv4 } = require('uuid');
|
||||
const db = require('db/connect');
|
||||
|
||||
jest.mock('mongoose');
|
||||
|
||||
|
|
@ -35,14 +33,6 @@ const mockModels = {
|
|||
},
|
||||
};
|
||||
|
||||
jest.mock('~/db/connect', () => {
|
||||
return {
|
||||
get models() {
|
||||
return mockModels;
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
const {
|
||||
saveMessage,
|
||||
getMessages,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue