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

10 lines
316 B
EmacsLisp
Raw Normal View History

2019-03-28 08:53:55 +01:00
(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)))