mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
9 lines
195 B
TypeScript
9 lines
195 B
TypeScript
|
|
import { SafehtmlPipe } from './safehtml.pipe';
|
||
|
|
|
||
|
|
describe('SafehtmlPipe', () => {
|
||
|
|
it('create an instance', () => {
|
||
|
|
const pipe = new SafehtmlPipe();
|
||
|
|
expect(pipe).toBeTruthy();
|
||
|
|
});
|
||
|
|
});
|