mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Move license endpoints to a decorated controller class (no-changelog) (#8074)
This commit is contained in:
committed by
GitHub
parent
63a6e7e034
commit
a63d94f28c
@@ -8,13 +8,6 @@ import { InstanceSettings } from 'n8n-core';
|
||||
import { mockInstance } from '../shared/mocking';
|
||||
|
||||
jest.unmock('@/telemetry');
|
||||
jest.mock('@/license/License.service', () => {
|
||||
return {
|
||||
LicenseService: {
|
||||
getActiveTriggerCount: async () => 0,
|
||||
},
|
||||
};
|
||||
});
|
||||
jest.mock('@/posthog');
|
||||
|
||||
describe('Telemetry', () => {
|
||||
|
||||
Reference in New Issue
Block a user