Update of jasminejs-mode 2.0
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
.
it
– It Toggle betweenit
andfit
ip
– It Pending betweenit
andxit
dt
– Describe Toggle betweendescribe
andfdescribe
dp
– Describe Pending betweendescribe
andxdescribe
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.