mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
test(core): Fix cleanup in test teardown script (no-changelog) (#8361)
This commit is contained in:
@@ -2,6 +2,8 @@ import { tmpdir } from 'os';
|
||||
import { join } from 'path';
|
||||
import { mkdirSync, mkdtempSync, writeFileSync } from 'fs';
|
||||
|
||||
process.env.N8N_ENCRYPTION_KEY = 'test_key';
|
||||
|
||||
const baseDir = join(tmpdir(), 'n8n-tests/');
|
||||
mkdirSync(baseDir, { recursive: true });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user