test(team): normalize log root expectation
This commit is contained in:
parent
43aba1ef11
commit
a6f078c3d7
1 changed files with 3 additions and 3 deletions
|
|
@ -99,9 +99,9 @@ describe('TeamMemberLogsFinder', () => {
|
||||||
]);
|
]);
|
||||||
expect(context?.sessionIds).toEqual(context?.watchSessionIds);
|
expect(context?.sessionIds).toEqual(context?.watchSessionIds);
|
||||||
expect(context?.taskFreshnessRootDirs).toEqual([
|
expect(context?.taskFreshnessRootDirs).toEqual([
|
||||||
projectPath,
|
path.normalize(projectPath),
|
||||||
memberProjectPath,
|
path.normalize(memberProjectPath),
|
||||||
runtimeProjectPath,
|
path.normalize(runtimeProjectPath),
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue