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