Rabbi_Gerzi/frontend/rabbi_gerzi/cypress/support/e2e.ts

7 lines
105 B
TypeScript

beforeEach(() => {
cy.task('resetDatabase')
cy.clearCookies()
cy.clearLocalStorage()
})
export {}