Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. TestBed
  2. .configureTestingModule({declarations: [MyPipe]})
  3. .overridePipe(MDatePipe, {set: MyFakePipe})
  4.  
  5. var pipe = TestBed.get(MyPipe);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement