jest.md
July 15, 2021 路 View on GitHub
Bookmarks tagged [jest]
www.codever.land/bookmarks/t/jest
Understanding Jest Mocks. Explaining the Mock Function
https://medium.com/@rickhanlonii/understanding-jest-mocks-f0046c68e53c
When we talk about mocking in Jest, we鈥檙e typically talking about replacing dependencies with the Mock Function. In this article we鈥檒l...
Testing Angular with jest
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.
GitHub - skovhus/jest-codemods: Codemods for migrating to Jest https://github.com/facebook/jest 馃懢
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...
- tags: jest, testing, migration
- :octocat: source code
Troubleshooting 路 Jest
https://jestjs.io/docs/en/troubleshooting
Uh oh, something went wrong? Use this guide to resolve issues with Jest.