mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Redo unit-test initialization
This commit is contained in:
@ -2,7 +2,5 @@
|
||||
|
||||
(require 'core (concat user-emacs-directory "core/core"))
|
||||
|
||||
(setq-default debug-on-error nil)
|
||||
|
||||
(doom! :feature evil
|
||||
:private hlissner)
|
||||
|
6
test/run.el
Normal file
6
test/run.el
Normal file
@ -0,0 +1,6 @@
|
||||
;;; ../test/setup.el
|
||||
|
||||
(setq-default debug-on-error nil)
|
||||
|
||||
(run-hooks 'after-init-hook 'emacs-startup-hook 'window-setup-hook)
|
||||
(ert-run-tests-batch-and-exit)
|
Reference in New Issue
Block a user