Add doomTest 'extraPackages'
This commit is contained in:
parent
cdd7af00b8
commit
4df8b7be15
2 changed files with 5 additions and 0 deletions
|
|
@ -85,4 +85,6 @@ in {
|
|||
|
||||
# Various tests of module combinations.
|
||||
unpinned-org = doomTest "external-org" { app = [ [ "rss" "+org" ] ]; } { };
|
||||
|
||||
extraPackages = doomTest "extraPackages" { config = [ "default" ]; } { extraPackages = epkgs: [ epkgs.vterm ]; };
|
||||
}
|
||||
|
|
|
|||
3
tests.el
3
tests.el
|
|
@ -49,4 +49,7 @@
|
|||
(write-region result nil out nil nil nil 'mustbenew))
|
||||
(kill-emacs))
|
||||
|
||||
(defun test-extraPackages ()
|
||||
(require 'vterm))
|
||||
|
||||
(add-hook 'doom-after-init-hook 'test-doom)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue