mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
78994: Disable no-shadowed-variable
This commit is contained in:
@@ -98,9 +98,10 @@ describe('EpersonRegistrationService', () => {
|
|||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// tslint:disable:no-shadowed-variable
|
||||||
it('should use cached responses and /registrations/search/findByToken?', () => {
|
it('should use cached responses and /registrations/search/findByToken?', () => {
|
||||||
testScheduler.run(({ tscold, expectObservable }) => {
|
testScheduler.run(({ cold, expectObservable }) => {
|
||||||
rdbService.buildSingle.and.returnValue(tscold('a', { a: rd }));
|
rdbService.buildSingle.and.returnValue(cold('a', { a: rd }));
|
||||||
|
|
||||||
service.searchByToken('test-token');
|
service.searchByToken('test-token');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user