shellphone.app/cypress/support/index.ts
2022-05-14 12:22:06 +02:00

8 lines
115 B
TypeScript

import "@testing-library/cypress/add-commands";
import "./commands";
beforeEach(() => {
cy.task("resetDb");
});