Require ert on load

This commit is contained in:
Chris Barrett
2023-12-27 23:55:35 +13:00
parent b7f6d6839a
commit 45c4052b0a

View File

@@ -16,8 +16,7 @@
;;; Code:
(require 'cl-lib)
(autoload 'ert-deftest "ert")
(require 'ert)
;;; HACK: Initially define no-op so tests can be defined inline.