Update of jasminejs-mode 2.0

Eric Stolten

Breaking change to jasminejs-mode

This mode has been changed to accomodate Jasmine 2.1 and beyond for test focusing.

Changes

With the default prefix keys, C-c C-j, you can use the four major commands. it and dt were changed to use fit and fdescribe for focusing instead of iit and ddescribe.

  • itIt Toggle between it and fit
  • ipIt Pending between it and xit
  • dtDescribe Toggle between describe and fdescribe
  • dpDescribe Pending between describe and xdescribe

Installing

See the GitHub Repo for instructions on how to configure it. You can install it through Melpa for convenience.

Contributing

Head on over to GitHub Repo and have a look. I’m interested in knowing what features may be useful to you. If you think of something, open an issue and we can discuss. Also, if you like this mode, send me a message and let me know.