Last active
November 28, 2020 15:19
-
-
Save jmaicaaan/e42ce0bd3b07bd2b29c55ae96a28a322 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Jest Describe": { | |
"prefix": "jest#describe", | |
"body": [ | |
"describe('$1', () => {", | |
" $2", | |
"});", | |
], | |
"description": "Jest Describe block" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment