mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Use DI in execution services (no-changelog) (#8358)
This commit is contained in:
@@ -18,10 +18,10 @@ import * as testDb from './shared/testDb';
|
||||
import type { SuperAgentTest } from 'supertest';
|
||||
import type { Role } from '@db/entities/Role';
|
||||
import type { User } from '@db/entities/User';
|
||||
import { ExecutionsService } from '@/executions/executions.service';
|
||||
import { ExecutionService } from '@/executions/execution.service';
|
||||
import { mockInstance } from '../shared/mocking';
|
||||
|
||||
mockInstance(ExecutionsService);
|
||||
mockInstance(ExecutionService);
|
||||
|
||||
const testServer = utils.setupTestServer({
|
||||
endpointGroups: ['users'],
|
||||
|
||||
Reference in New Issue
Block a user