Fix unknown interactive code error in evil tests
This commit is contained in:
parent
bd55e53691
commit
cbb5b2ed7d
1 changed files with 5 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue