79588462

Date: 2025-04-23 11:14:05
Score: 1.5
Natty:
Report link

You can mock the pipe:

import { MockPipe } from 'ng-mocks';
export const MockDatePipe = MockPipe(DatePipe);

And then import the MockDatePipe in the providers-array.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Wim van der Veen