mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
test(core): Move unit tests closer to testable components (no-changelog) (#10287)
This commit is contained in:
@@ -3,7 +3,7 @@ import { mock } from 'jest-mock-extended';
|
||||
import { CREDENTIAL_BLANKING_VALUE } from '@/constants';
|
||||
import type { CredentialsEntity } from '@db/entities/CredentialsEntity';
|
||||
import type { CredentialTypes } from '@/CredentialTypes';
|
||||
import { CredentialsService } from '../credentials.service';
|
||||
import { CredentialsService } from '@/credentials/credentials.service';
|
||||
|
||||
describe('CredentialsService', () => {
|
||||
const credType = mock<ICredentialType>({
|
||||
|
||||
Reference in New Issue
Block a user