Last active
February 14, 2019 09:01
-
-
Save marco-martins/da31e09b70950dca388e39905dfdec7a to your computer and use it in GitHub Desktop.
BDD it sublime text snippet
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
| <snippet> | |
| <content><![CDATA[it('should ${1}', ${2:async }() => { | |
| ${0:// body...} | |
| }); | |
| ]]></content> | |
| <tabTrigger>it</tabTrigger> | |
| <scope>source.js,source.ts</scope> | |
| <description>BDD It</description> | |
| </snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment