mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Add performance plan presets for testcontainers (#18231)
This commit is contained in:
12
packages/testing/containers/index.ts
Normal file
12
packages/testing/containers/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* 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';
|
||||
Reference in New Issue
Block a user