UNPKG

graphdb-workbench-tests

Version:
6 lines (5 loc) 166 B
export class PluginsStubs { static spyPluginsGet(repositoryId) { cy.intercept('GET', `/repositories/${repositoryId}?query=**`).as('get-plugins'); } }