nicosantangelo / sublime-jasmine

Jasmine syntax, snippets and commands
MIT License
24 stars 11 forks source link

Mismatch between the docs and some actual snippets #7

Closed alexilyaev closed 9 years ago

alexilyaev commented 9 years ago

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 has spyOn.and.callFake as well.

I think there are other mismatches. Can we get it fixed?

nicosantangelo commented 9 years ago

This is up! Let me know if anything comes up.