test(team): normalize log root expectation

This commit is contained in:
777genius 2026-05-07 02:19:12 +03:00
parent 43aba1ef11
commit a6f078c3d7

View file

@ -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),
]);
});