Files
doneit-web/src/app/pipes/safehtml.pipe.spec.ts
T
2022-03-14 08:09:33 +01:00

9 lines
195 B
TypeScript

import { SafehtmlPipe } from './safehtml.pipe';
describe('SafehtmlPipe', () => {
it('create an instance', () => {
const pipe = new SafehtmlPipe();
expect(pipe).toBeTruthy();
});
});