/* tslint:disable:no-unused-variable */ import { TestBed, async } from '@angular/core/testing'; import { DefaultValuePipe } from './default-value.pipe'; describe('Pipe: DefaultValue', () => { it('create an instance', () => { let pipe = new DefaultValuePipe(); expect(pipe).toBeTruthy(); }); });