JamieMason/Jasmine-Matchers

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

Summary

Maintainability
Test Coverage
<snippet>
  <content><![CDATA[
spyOn(${1:object}, '${2:methodName}').and.returnValue(${3:value});
]]></content>
  <tabTrigger>arv</tabTrigger>
  <scope>source.js</scope>
</snippet>