mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-20 07:18:05 -04:00
8 lines
120 B
TypeScript
8 lines
120 B
TypeScript
import './commands';
|
|
|
|
before(() => {
|
|
if (Cypress.env('SEED_DATABASE')) {
|
|
cy.exec('yarn cypress:prepare');
|
|
}
|
|
});
|