mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
test: normalize auto-update repo root expectation on windows
This commit is contained in:
parent
a7a56fa2a2
commit
149fae7008
1 changed files with 4 additions and 1 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue