[MM-53056] Force a pathname when checking for deep links (#2748)
This commit is contained in:
@@ -50,6 +50,7 @@ jest.mock('common/utils/url', () => ({
|
||||
return null;
|
||||
}
|
||||
},
|
||||
getFormattedPathName: (pathname) => (pathname.length ? pathname : '/'),
|
||||
equalUrlsIgnoringSubpath: jest.fn(),
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user