mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-15 22:43:28 +08:00
test: normalize auto-update repo root expectation on windows
This commit is contained in:
@@ -121,7 +121,10 @@ function runTests() {
|
||||
],
|
||||
};
|
||||
|
||||
assert.strictEqual(deriveRepoRootFromState(state), path.join('/tmp', 'ecc'));
|
||||
assert.strictEqual(
|
||||
deriveRepoRootFromState(state),
|
||||
path.resolve(path.join('/tmp', 'ecc'))
|
||||
);
|
||||
})) passed += 1; else failed += 1;
|
||||
|
||||
if (test('deriveRepoRootFromState fails when source metadata is unavailable', () => {
|
||||
|
||||
Reference in New Issue
Block a user