mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Load core-packages in doom//run-tests
This commit is contained in:
@ -7,6 +7,7 @@ command line args following a double dash (each arg should be in the
|
||||
|
||||
If neither is available, run all tests in all enabled modules."
|
||||
(interactive)
|
||||
(require 'core-packages)
|
||||
(doom//reload-autoloads)
|
||||
(let (noninteractive)
|
||||
;; Core libraries aren't fully loaded in a noninteractive session, so we
|
||||
|
Reference in New Issue
Block a user