- enable running tests in current file
- enable jumping from test file to related file
- don't set default-directory as persistent variable (make find-file etc. use buffer directory as context)
- fail getting current spec if line doesn't contain a string
- add function that allows user to jump to spec file related to current buffers file
- allow running individual test using karma --grep option
- add variable for filenames to ask saving for
karma-mode
should also be enabled incoffee-mode
.
- implement
karma-start
,karma-start-single-run
,karma-start-no-single-run
andkarma-run
- add default Keymap inside
js-mode
andjs2-mode