[grade=pending] QA sprint: commit 103 at-risk files from multi-agent sprint work
Committed by Hermes autonomous QA sprint 2026-08-13. These files were modified during the Aug 12 sprint but never committed.
This commit is contained in:
@@ -88,6 +88,13 @@ describe('Platform Paths — cross-platform path resolution', () => {
|
||||
}
|
||||
});
|
||||
|
||||
it('passes through non-drive-letter strings unchanged on any platform', () => {
|
||||
const paths = loadPaths();
|
||||
// Plain strings without drive letters should pass through unchanged
|
||||
expect(paths.toDockerMountPath('relative/path')).toBe('relative/path');
|
||||
expect(paths.toDockerMountPath('plainstring')).toBe('plainstring');
|
||||
});
|
||||
|
||||
if (process.platform === 'win32') {
|
||||
it('converts Windows drive paths to Docker mount format', () => {
|
||||
const paths = loadPaths();
|
||||
|
||||
Reference in New Issue
Block a user