74053: remove fdescribe + use consts for routing paths

This commit is contained in:
Kristof De Langhe
2020-10-27 12:29:39 +01:00
parent 736704aae8
commit 2d67b0b13e
3 changed files with 10 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ import {
createSuccessfulRemoteDataObject
} from '../../shared/remote-data.utils';
fdescribe('Core Module - RxJS Operators', () => {
describe('Core Module - RxJS Operators', () => {
let scheduler: TestScheduler;
let requestService: RequestService;
const testRequestHref = 'https://rest.api/';