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,5 +1,5 @@
import { mockLogger } from '@n8n/backend-test-utils';
import type { GlobalConfig } from '@n8n/config';
import { mockLogger } from '@n8n/integration-test-utils';
import type express from 'express';
import { mock } from 'jest-mock-extended';
import type { InstanceSettings } from 'n8n-core';