mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
9 lines
146 B
JavaScript
9 lines
146 B
JavaScript
import "./commands";
|
|
import failOnConsoleError from 'cypress-fail-on-console-error';
|
|
|
|
failOnConsoleError();
|
|
|
|
beforeEach(() => {
|
|
cy.setup();
|
|
});
|