Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.19 KB

jest.md

File metadata and controls

34 lines (28 loc) · 2.19 KB

Bookmarks tagged [jest]

https://medium.com/@rickhanlonii/understanding-jest-mocks-f0046c68e53c

When we talk about mocking in Jest, we’re typically talking about replacing dependencies with the Mock Function. In this article we’ll...


https://ordina-jworks.github.io/testing/2018/08/03/testing-angular-with-jest.html

Examples about how replace some Jasmine specific code by Jest specific code.


https://github.com/skovhus/jest-codemods

Codemods that simplify migrating JavaScript and TypeScript test files from AVA, Chai, [Expect.js (by Automattic)](https://github.com/A...


https://jestjs.io/docs/en/troubleshooting

Uh oh, something went wrong? Use this guide to resolve issues with Jest.