Fix merge conflicts
This commit is contained in:
commit
c1ff968c0f
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ export const cookies = {
|
|||
skey: "12345",
|
||||
};
|
||||
|
||||
// Removes test cookies for testing cookie-helper and order-helper
|
||||
export function removeAllTestCookies() {
|
||||
Object.keys(cookies).forEach((key) => {
|
||||
document.cookie = `${key}=;Max-Age=0;`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue