refactor(core): Set up @n8n/integration-test-utils package (#15098)

This commit is contained in:
Iván Ovejero
2025-05-06 15:27:19 +02:00
committed by GitHub
parent 2bb190349b
commit c76245519c
10 changed files with 77 additions and 0 deletions

View File

@@ -95,6 +95,7 @@
"@n8n/config": "workspace:*",
"@n8n/constants": "workspace:^",
"@n8n/backend-common": "workspace:^",
"@n8n/integration-test-utils": "workspace:^",
"@n8n/db": "workspace:^",
"@n8n/decorators": "workspace:*",
"@n8n/di": "workspace:*",

View File

@@ -30,6 +30,7 @@
{ "path": "../@n8n/decorators/tsconfig.build.json" },
{ "path": "../@n8n/db/tsconfig.build.json" },
{ "path": "../@n8n/backend-common/tsconfig.build.json" },
{ "path": "../@n8n/integration-test-utils/tsconfig.build.json" },
{ "path": "../@n8n/di/tsconfig.build.json" },
{ "path": "../@n8n/nodes-langchain/tsconfig.build.json" },
{ "path": "../@n8n/permissions/tsconfig.build.json" }