Files
syncthing/src/app/trim.pipe.spec.ts
T
2020-04-14 21:00:48 -04:00

9 lines
179 B
TypeScript

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