chore: Refactor urlParamsHelper.js (#5639)
This commit is contained in:
@@ -31,7 +31,7 @@ describe('#getLocale', () => {
|
||||
expect(getLocale('?test=1&cw_conv=2&website_token=3&locale=fr')).toEqual(
|
||||
'fr'
|
||||
);
|
||||
expect(getLocale('')).toEqual(undefined);
|
||||
expect(getLocale('')).toEqual(null);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user