mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
chore: address ESLint errors
This commit is contained in:
parent
5512c55d71
commit
f8c8b89f4d
6 changed files with 86 additions and 60 deletions
|
|
@ -60,7 +60,7 @@ describe('GraphApiService', () => {
|
|||
beforeEach(async () => {
|
||||
jest.clearAllMocks();
|
||||
await mongoose.connection.dropDatabase();
|
||||
|
||||
|
||||
// Set up environment variable for People.Read scope
|
||||
process.env.OPENID_GRAPH_SCOPES = 'User.Read,People.Read,Group.Read.All';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue