1
0
Fork 0

Remove ‘less-css-mode’ test

Since ‘less-css-mode’ is derived from ‘css-mode’, we should be able to assume
that if it works in ‘css-mode’, it’ll work in ‘less-css-mode’. Also if there are
going to be any customizations required, I might have to create a new settings
file anyway.
This commit is contained in:
Tom Willemse 2019-08-25 13:12:42 -07:00
parent ee405b8b40
commit 26dbc5eac3

View file

@ -32,13 +32,5 @@
(unload-feature 'oni-css t)
(unload-feature 'css-mode t))
(ert-deftest oni-css-test-less-autoloads ()
"Test that oni-css gets loaded automatically with less."
(should (not (featurep 'oni-css)))
(require 'less-css-mode)
(should (featurep 'oni-css))
(unload-feature 'oni-css t)
(unload-feature 'less-css-mode t))
(provide 'oni-css-test)
;;; oni-css-test.el ends here