mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
8 lines
120 B
TypeScript
8 lines
120 B
TypeScript
import './commands';
|
|
|
|
before(() => {
|
|
if (Cypress.env('SEED_DATABASE')) {
|
|
cy.exec('pnpm cypress:prepare');
|
|
}
|
|
});
|