mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
export class MockRouter {
|
|
// noinspection TypeScriptUnresolvedFunction
|
|
navigate = jasmine.createSpy('navigate');
|
|
}
|