add trim pipe

This commit is contained in:
Jesse Lucas
2020-04-14 21:00:48 -04:00
parent fbef856a97
commit 48efea99e5
3 changed files with 22 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { TrimPipe } from './trim.pipe';
describe('TrimPipe', () => {
it('create an instance', () => {
const pipe = new TrimPipe();
expect(pipe).toBeTruthy();
});
});