mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Fix InstanceType import in DeprecationService tests (#16050)
This commit is contained in:
committed by
GitHub
parent
2945bbdd1a
commit
07b12a41a4
@@ -1,8 +1,8 @@
|
||||
import type { Logger } from '@n8n/backend-common';
|
||||
import { GlobalConfig } from '@n8n/config';
|
||||
import type { InstanceType } from '@n8n/constants';
|
||||
import { captor, mock } from 'jest-mock-extended';
|
||||
import { InstanceSettings } from 'n8n-core';
|
||||
import type { InstanceType } from 'n8n-core';
|
||||
|
||||
import config from '@/config';
|
||||
import { mockInstance } from '@test/mocking';
|
||||
|
||||
Reference in New Issue
Block a user