mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
angular cli
This commit is contained in:
9
src/app/shared/mocks/auth.service.mock.ts
Normal file
9
src/app/shared/mocks/auth.service.mock.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/* tslint:disable:no-empty */
|
||||
export class AuthServiceMock {
|
||||
public checksAuthenticationToken() {
|
||||
return
|
||||
}
|
||||
public buildAuthHeader() {
|
||||
return 'auth-header';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user