Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <snippet>
  2. <content><![CDATA[it('${1:verb}', function () {
  3. ${2:expect}
  4. });]]></content>
  5. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  6. <tabTrigger>it</tabTrigger>
  7. <description>jasmine it block</description>
  8. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  9. <scope>source.js,source.ts</scope>
  10. </snippet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement