What are the advantage of Jest over Jasmine?

What are the benefits of Jest over Jasmine?

Jest has a few advantages over Jasmine. Jasmine automatically discovers tests to execute in your source code. It also mocks dependencies automatically when running tests and allows you to test asynchronous code synchronously.