mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(core): Lintfix cli package (#17125)
This commit is contained in:
@@ -9,7 +9,7 @@ import * as utils from '../shared/utils';
|
||||
|
||||
mockInstance(Telemetry);
|
||||
|
||||
let agents: Record<string, SuperAgentTest> = {};
|
||||
const agents: Record<string, SuperAgentTest> = {};
|
||||
const testServer = utils.setupTestServer({
|
||||
endpointGroups: ['insights', 'license', 'auth'],
|
||||
enabledFeatures: ['feat:insights:viewSummary', 'feat:insights:viewDashboard'],
|
||||
|
||||
Reference in New Issue
Block a user