After updating to latest stable version of library ngx-masonry
14.0.0 tests failed. They had release yesterday (24.10.2022.) and here is the link to their changelog:
Since this is quite fresh issue (<24hrs old) probably more developers will run into it when they upgrade version to 14.
Link to the issue opened right now on their GitHub repo: https://github.com/wynfred/ngx-masonry/issues/98
Maybe we are missing something or this could be solved easily. :)
CodePudding user response:
The owner of the library have just released 14.0.1
version which contains the fix. After you run npm i [email protected]
everything should be fine. Tests are passing as expected and app compiles successfully.