Closed alexilyaev closed 9 years ago
Looking at Jasmine JS > snippets > single-quotes > spyOn.and.returnValue.sublime-snippet.
Jasmine JS > snippets > single-quotes > spyOn.and.returnValue.sublime-snippet
The snippet itself is for spyOn.and.callFake, which btw is not in the docs.
spyOn.and.callFake
Also, spyOn.and.throwError.sublime-snippet has spyOn.and.callFake as well.
spyOn.and.throwError.sublime-snippet
I think there are other mismatches. Can we get it fixed?
This is up! Let me know if anything comes up.
Looking at
Jasmine JS > snippets > single-quotes > spyOn.and.returnValue.sublime-snippet
.The snippet itself is for
spyOn.and.callFake
, which btw is not in the docs.Also,
spyOn.and.throwError.sublime-snippet
hasspyOn.and.callFake
as well.I think there are other mismatches. Can we get it fixed?