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