mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(core): Centralize module management (#16464)
Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
@@ -19,7 +19,7 @@ import { InsightsPruningService } from '../insights-pruning.service';
|
||||
import { InsightsConfig } from '../insights.config';
|
||||
|
||||
beforeAll(async () => {
|
||||
await testModules.load(['insights']);
|
||||
await testModules.loadModules(['insights']);
|
||||
await testDb.init();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user