refactor(core): Rename @n8n/integration-test-utils to @n8n/backend-test-utils (#16444)

This commit is contained in:
Iván Ovejero
2025-06-17 18:09:44 +02:00
committed by GitHub
parent 2f6896cc7b
commit b5828e5b56
30 changed files with 70 additions and 84 deletions

View File

@@ -1,6 +1,6 @@
import { mockLogger } from '@n8n/backend-test-utils';
import type { GlobalConfig } from '@n8n/config';
import type { ExecutionRepository } from '@n8n/db';
import { mockLogger } from '@n8n/integration-test-utils';
import { mock } from 'jest-mock-extended';
import type { WorkflowExecuteMode as ExecutionMode } from 'n8n-workflow';