blob: d1d182ebdee4c139b4e7cbbb963585dec1a6f5aa [file] [log] [blame] [edit]
/* 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();
});
});