Fix merge conflicts

This commit is contained in:
Katie 2022-10-28 13:21:08 -04:00
commit c1ff968c0f

View file

@ -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;`;