1
0
Fork 0
emacs-config/test/oni-alert-test.el

9 lines
316 B
EmacsLisp

(ert-deftest oni-alert-test-autoloads ()
"Test that `oni-alert' gets loaded automatically."
(require 'alert)
(should (featurep 'oni-alert)))
(ert-deftest oni-alert-test-sets-default-style ()
"Test that `oni-alert' test the default style."
(require 'alert)
(should (eql alert-default-style 'libnotify)))