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,7 +1,7 @@
import { LicenseState } from '@n8n/backend-common';
import { mockLogger } from '@n8n/backend-test-utils';
import type { User } from '@n8n/db';
import { Container } from '@n8n/di';
import { mockLogger } from '@n8n/integration-test-utils';
import cookieParser from 'cookie-parser';
import express from 'express';
import type superagent from 'superagent';