mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
8 lines
120 B
TypeScript
8 lines
120 B
TypeScript
import './commands';
|
|
|
|
before(() => {
|
|
if (Cypress.env('SEED_DATABASE')) {
|
|
cy.exec('yarn cypress:prepare');
|
|
}
|
|
});
|