semantics
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// @SEMANTICS: git-manager, unfinished-merge, dialog, integration-test
|
||||
// @PURPOSE: Protect unresolved-merge dialog contract in GitManager pull flow.
|
||||
// @LAYER: UI Tests
|
||||
// @RELATION: VERIFIES -> frontend/src/components/git/GitManager.svelte
|
||||
// @RELATION: DEPENDS_ON -> [GitManager]
|
||||
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import fs from 'node:fs';
|
||||
@@ -40,4 +40,4 @@ describe('GitManager unfinished merge dialog contract', () => {
|
||||
expect(source).toContain('$t.git?.unfinished_merge?.copy_commands');
|
||||
});
|
||||
});
|
||||
// [/DEF:frontend.src.components.git.__tests__.git_manager_unfinished_merge_integration:Module]
|
||||
// [/DEF:GitManagerUnfinishedMergeIntegrationTest:Module]
|
||||
|
||||
Reference in New Issue
Block a user