We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 56e0b6eCopy full SHA for 56e0b6e
README.md
@@ -0,0 +1,10 @@
1
+# buster-mode
2
+
3
+buster-mode is a minor mode for emacs to speed up development when writing tests
4
+with [Buster.js](http://busterjs.org).
5
6
+## Keybinding
7
8
+All keybindings in buster-mode start with `C-c C-b` and then a two-letter mnemonic shortcut.
9
10
+* `td`: toggle-deferred will toggle // in the name of the current test.
0 commit comments