Merge branch 'dev' into explicit-mongo-dbname

This commit is contained in:
Ruben Talstra 2025-06-15 12:05:18 +02:00 committed by GitHub
commit c94d4d9ae1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
513 changed files with 25510 additions and 10152 deletions

View file

@ -41,10 +41,7 @@ jest.mock('winston-daily-rotate-file', () => {
});
jest.mock('~/config', () => {
const actualModule = jest.requireActual('~/config');
return {
sendEvent: actualModule.sendEvent,
createAxiosInstance: actualModule.createAxiosInstance,
logger: {
info: jest.fn(),
warn: jest.fn(),