mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
doom--module-pairs => doom-module-pairs
This commit is contained in:
@@ -41,7 +41,7 @@ If neither is available, run all tests in all enabled modules."
|
||||
(let ((noninteractive t)
|
||||
doom-modules)
|
||||
(load (expand-file-name "init.test.el" user-emacs-directory) nil t)
|
||||
(setq modules (doom--module-pairs)
|
||||
(setq modules (doom-module-pairs)
|
||||
targets (list (expand-file-name "test/" doom-core-dir))))))
|
||||
;; resolve targets to a list of test files and load them
|
||||
(cl-loop with targets =
|
||||
|
Reference in New Issue
Block a user