mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
13 lines
354 B
TypeScript
13 lines
354 B
TypeScript
/**
|
|
* 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';
|