forked from hazza/dspace-angular
Fixed tests
This commit is contained in:
6
src/app/shared/mocks/mock-auth.service.ts
Normal file
6
src/app/shared/mocks/mock-auth.service.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/* tslint:disable:no-empty */
|
||||
export class AuthServiceMock {
|
||||
public checksAuthenticationToken() {
|
||||
return
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user