This commit is contained in:
Eugenio Romano 2021-08-16 09:43:12 +02:00
parent d7136213ce
commit 36ccfc81e2

View File

@ -23,7 +23,7 @@ import { PropertyGroup } from '../interfaces/content-metadata.interfaces';
import { ContentTestingModule } from '../../testing/content.testing.module';
import { TranslateModule } from '@ngx-translate/core';
fdescribe('PropertyDescriptorLoaderService', () => {
describe('PropertyDescriptorLoaderService', () => {
let service: PropertyDescriptorsService;
let classesApi: ClassesApi;