mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
8 lines
281 B
TypeScript
8 lines
281 B
TypeScript
import 'reflect-metadata';
|
|
|
|
// Disable task runners until we have fixed the "run test workflows" test
|
|
// to mock the Code Node execution
|
|
process.env.N8N_RUNNERS_ENABLED = 'false';
|
|
process.env.N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS = 'false';
|
|
process.env.N8N_VERSION = '0.0.0-test';
|