https://github.com/another-guy/jest-faster
https://github.com/another-guy/jest-faster
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/another-guy/jest-faster
- Owner: another-guy
- Created: 2019-11-14T02:58:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T00:15:20.000Z (over 6 years ago)
- Last Synced: 2025-06-15T20:24:54.676Z (about 1 year ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# jest-faster
Jest snippets for TypeScript done right.
Many people are not good in memorizing magic acronims like `desc`, `ae`, and similar.
So many books on coding stress on importance of readable names. So, it's okay to spell out snippets' prefixes:
## List of Snippets
| Prefix (name) | Snippet result |
|---------------------------------|-------------------------------------------------|
| `jest-test-base` | Jest test base (`describe()`). |
| `jest-test-with-array-of-cases` | `it()` test which works against multiple cases. |