1
0
Fork 0
emacs-config/test/oni-alert-test.el
Tom Willemse e91f599f13 Move test if oni-alert loads into bats test
With bats I can better test Emacs from a clean state.
2020-01-07 16:25:30 -08:00

4 lines
175 B
EmacsLisp

(ert-deftest oni-alert-test-sets-default-style ()
"Test that `oni-alert' changes the default style."
(require 'oni-alert)
(should (eql alert-default-style 'libnotify)))