Files
Agent-n8n/n8n-n8n-1.109.2/packages/testing/containers/index.ts

13 lines
354 B
TypeScript
Raw Normal View History

2025-09-08 04:48:28 +08:00
/**
* n8n Test Containers
*
* This package provides container management utilities for n8n testing.
*/
export { createN8NStack } from './n8n-test-container-creation';
export type { N8NConfig, N8NStack } from './n8n-test-container-creation';
export * from './performance-plans';
export { ContainerTestHelpers } from './n8n-test-container-helpers';