Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <snippet>
  2. <content><![CDATA[describe('${1:subject}', function () {
  3. $2
  4. });]]></content>
  5. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  6. <tabTrigger>describe</tabTrigger>
  7. <description>jasmine describe 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