9 lines
114 B
TypeScript
9 lines
114 B
TypeScript
import './commands'
|
|
|
|
beforeEach(() => {
|
|
cy.resetDb()
|
|
cy.clearCookies()
|
|
cy.clearLocalStorage()
|
|
})
|
|
|
|
export {}
|