Update tests with new arg for doom-initialize
This commit is contained in:
parent
341e8b3531
commit
d525b5502b
2 changed files with 13 additions and 14 deletions
|
@ -11,7 +11,7 @@
|
|||
(defcli! test (&rest targets)
|
||||
"Run Doom unit tests."
|
||||
:bare t
|
||||
(doom-initialize 'force)
|
||||
(doom-initialize 'force 'noerror)
|
||||
(require 'ansi-color)
|
||||
(let (files read-files)
|
||||
(unless targets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue