I have been researching a lot about using Jasmine and Karma for testing an Angular project. I am currently looking at the possibility of integrating a snapshot library for the said test framework. However, I have so far only found this library, last updated 5 years ago: https://www.npmjs.com/package/jasmine-angular-snapshot-testing
Is there any other way or library that can be integrated for Jasmine and Karma for snapshot testing? A lot of people use Jest instead, but if Jasmine and Karma had to be used, is there a way? Thank you!