Home > Back-end >  Tests failing after updating from 13.0.0 to latest 14.0.0 version of ngx-masonry library
Tests failing after updating from 13.0.0 to latest 14.0.0 version of ngx-masonry library

Time:10-29

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: enter image description here

enter image description here

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.

  • Related