Jest Snippets
Small set of snippets that I find useful while building & testing a jest test while suite.
Features
| Command |
Prefix |
| Template a jest test suite |
jest - new test suite |
| Template a jest "Describe" block |
jest - new 'describe' block |
| Template a jest "it" block |
jest - new 'it' block |
| |