mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix unknown interactive code error in evil tests
This commit is contained in:
@ -3,8 +3,11 @@
|
|||||||
|
|
||||||
(describe "feature/evil"
|
(describe "feature/evil"
|
||||||
:var (resv project-root)
|
:var (resv project-root)
|
||||||
(before-all (require 'evil))
|
(before-all
|
||||||
(after-all (unload-feature 'evil t))
|
(require 'evil)
|
||||||
|
(load! "../autoload/evil"))
|
||||||
|
(after-all
|
||||||
|
(unload-feature 'evil t))
|
||||||
(before-each
|
(before-each
|
||||||
(fset 'resv #'+evil*resolve-vim-path)
|
(fset 'resv #'+evil*resolve-vim-path)
|
||||||
(spy-on 'doom-project-root :and-call-fake (lambda () project-root)))
|
(spy-on 'doom-project-root :and-call-fake (lambda () project-root)))
|
||||||
|
Reference in New Issue
Block a user