Relative Content

Tag Archive for angularunit-testingjestjsngx-pagination

My Jest unit test with Angular is not working when using ngx-pagination

I have a component that uses the Paginate pipe from ngx-pagination in its template.
When I try to test this component a simple (should create) using Jest it gives an error in the PaginatePipe_Factory although I added the NgxPaginationModule to the imports of configureTestingModule of Testbed