📝 Edit page
➕ Add page
Jest
Simple and fast
Key links
- 🏠 Homepage: https://jestjs.io/
Uncategorized Links
-
Jest CLI
- Guide in the docs
- Focused on simplicity. Simple, light and fast.
- Works with zero configuration.
- Preferred for React. Also works with Angular and Vue.
- Frontend and backend.
- Built-in support for:
- Code coverage.
- Snapshots of tests - an alternative means of verifying units. This is especially useful for rendered widgets.