mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +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?', () => {
|
||||
testScheduler.run(({ tscold, expectObservable }) => {
|
||||
rdbService.buildSingle.and.returnValue(tscold('a', { a: rd }));
|
||||
testScheduler.run(({ cold, expectObservable }) => {
|
||||
rdbService.buildSingle.and.returnValue(cold('a', { a: rd }));
|
||||
|
||||
service.searchByToken('test-token');
|
||||
|
||||
|
Reference in New Issue
Block a user