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?.taskFreshnessRootDirs).toEqual([
|
||||
projectPath,
|
||||
memberProjectPath,
|
||||
runtimeProjectPath,
|
||||
path.normalize(projectPath),
|
||||
path.normalize(memberProjectPath),
|
||||
path.normalize(runtimeProjectPath),
|
||||
]);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue