/* tslint:disable:no-unused-variable */ | |
import {async, TestBed} from '@angular/core/testing'; | |
import {LabelListToStringPipe} from './label-list-to-string.pipe'; | |
describe('Pipe: LabelListToStringe', () => { | |
it('create an instance', () => { | |
const pipe = new LabelListToStringPipe(); | |
expect(pipe).toBeTruthy(); | |
}); | |
}); |