Add bats mode for shell script testing goodness

This commit is contained in:
Gergely Polonkai 2021-03-09 17:49:33 +01:00
parent 042bde5e88
commit 2d55aa9263
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
2 changed files with 8 additions and 0 deletions

View File

@ -3554,6 +3554,13 @@ directory. It is available from [[http://plantuml.com/download][here]].
(use-package hover)
#+end_src
** Bats, for testing shell scripts
#+begin_src emacs-lisp
(use-package bats-mode
:mode "\\.bats\\'")
#+end_src
* Games
** Gnu Go

View File

@ -42,6 +42,7 @@
auto-package-update
auto-virtualenv
avy
bats-mode
beacon
bind-key
cargo