8 lines
115 B
TypeScript
8 lines
115 B
TypeScript
import "@testing-library/cypress/add-commands";
|
|
|
|
import "./commands";
|
|
|
|
beforeEach(() => {
|
|
cy.task("resetDb");
|
|
});
|