mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Make Logger a service (no-changelog) (#7494)
This commit is contained in:
committed by
GitHub
parent
db4e61ba24
commit
05586a900d
@@ -20,7 +20,6 @@ import { BinaryDataService } from '@/BinaryData/BinaryData.service';
|
||||
import nock from 'nock';
|
||||
import { tmpdir } from 'os';
|
||||
import { join } from 'path';
|
||||
import { initLogger } from './helpers/utils';
|
||||
import Container from 'typedi';
|
||||
|
||||
const temporaryDir = mkdtempSync(join(tmpdir(), 'n8n'));
|
||||
@@ -231,7 +230,6 @@ describe('NodeExecuteFunctions', () => {
|
||||
const node = mock<INode>();
|
||||
|
||||
beforeEach(() => {
|
||||
initLogger();
|
||||
hooks.executeHookFunctions.mockClear();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user