mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-24 23:15:23 -07:00
aaaa
This commit is contained in:
parent
167ef231d3
commit
07eae25a21
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ declare global {
|
|||
waitForApiResponse(alias: string, timeout?: number): Chainable<void>;
|
||||
clearTestData(): Chainable<void>;
|
||||
seedTestData(fixture: string): Chainable<void>;
|
||||
api(options: any): Chainable<any>;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,6 +19,7 @@ import './request.commands';
|
|||
import './plex-settings.commands';
|
||||
import './mock-data.commands';
|
||||
import "cypress-real-events/support";
|
||||
import "@bahmutov/cy-api/support";
|
||||
|
||||
|
||||
// Alternatively you can use CommonJS syntax:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue