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:
parent
ee405b8b40
commit
26dbc5eac3
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue