refactor(core): Use DI in source-control. add more tests (#12554)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-01-10 16:10:19 +01:00
committed by GitHub
parent b2cbed9865
commit 25a79ccf40
15 changed files with 590 additions and 217 deletions

View File

@@ -10,6 +10,8 @@ describe('SourceControlService', () => {
Container.get(InstanceSettings),
mock(),
mock(),
mock(),
mock(),
);
const sourceControlService = new SourceControlService(
mock(),