mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
6 lines
241 B
TypeScript
6 lines
241 B
TypeScript
// Plugins enable you to tap into, modify, or extend the internal behavior of Cypress
|
|
// For more info, visit https://on.cypress.io/plugins-api
|
|
/* tslint:disable:no-empty */
|
|
module.exports = (on, config) => { };
|
|
/* tslint:enable:no-empty */
|