1
0
Fork 0

Require oni-org for its unit tests

This commit is contained in:
Tom Willemse 2020-01-13 23:17:38 -08:00
parent abf97c386a
commit 294600c8cb

View file

@ -1,3 +1,5 @@
(require 'oni-org)
(ert-deftest oni-org-test-color-for ()
"Test that oni-org-color-for returns a hex color name."
(should (string= "#acbd18" (oni-org-color-for "foo"))))