mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Standardize filename casing for services and Public API (no-changelog) (#10579)
This commit is contained in:
@@ -10,7 +10,7 @@ import { OAuth2CredentialController } from '@/controllers/oauth/oauth2-credentia
|
||||
|
||||
import { createOwner } from '@test-integration/db/users';
|
||||
import { saveCredential } from '@test-integration/db/credentials';
|
||||
import * as testDb from '@test-integration/testDb';
|
||||
import * as testDb from '@test-integration/test-db';
|
||||
import { setupTestServer } from '@test-integration/utils';
|
||||
import type { SuperAgentTest } from '@test-integration/types';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user