remixed v0
This commit is contained in:
0
cypress/support/commands.ts
Normal file
0
cypress/support/commands.ts
Normal file
7
cypress/support/index.ts
Normal file
7
cypress/support/index.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import "@testing-library/cypress/add-commands";
|
||||
|
||||
import "./commands";
|
||||
|
||||
beforeEach(() => {
|
||||
cy.task("resetDb");
|
||||
});
|
Reference in New Issue
Block a user