shellphone.app/cypress/support/index.ts

8 lines
115 B
TypeScript
Raw Normal View History

2022-05-14 10:22:06 +00:00
import "@testing-library/cypress/add-commands";
import "./commands";
beforeEach(() => {
cy.task("resetDb");
});