JamieMason/Jasmine-Matchers

View on GitHub
scripts/base-snippets/it.sublime-snippet

Summary

Maintainability
Test Coverage
<snippet>
  <content><![CDATA[
it('${1:should }', FUNCTION_STYLE);
]]></content>
  <tabTrigger>it</tabTrigger>
  <scope>source.js</scope>
</snippet>