mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Remove unused WaitTracker mocking (no-changelog) (#9694)
This commit is contained in:
committed by
GitHub
parent
50bd5b9080
commit
6ba789aa6d
@@ -5,19 +5,14 @@ import config from '@/config';
|
||||
import { SourceControlPreferencesService } from '@/environments/sourceControl/sourceControlPreferences.service.ee';
|
||||
import { SourceControlService } from '@/environments/sourceControl/sourceControl.service.ee';
|
||||
import type { SourceControlledFile } from '@/environments/sourceControl/types/sourceControlledFile';
|
||||
import { WaitTracker } from '@/WaitTracker';
|
||||
|
||||
import * as utils from '../shared/utils/';
|
||||
import { createUser } from '../shared/db/users';
|
||||
import { mockInstance } from '../../shared/mocking';
|
||||
import type { SuperAgentTest } from '../shared/types';
|
||||
|
||||
let authOwnerAgent: SuperAgentTest;
|
||||
let owner: User;
|
||||
|
||||
// This is necessary for the tests to shutdown cleanly.
|
||||
mockInstance(WaitTracker);
|
||||
|
||||
const testServer = utils.setupTestServer({
|
||||
endpointGroups: ['sourceControl', 'license', 'auth'],
|
||||
enabledFeatures: ['feat:sourceControl', 'feat:sharing'],
|
||||
|
||||
Reference in New Issue
Block a user