mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
Forward-require dependencies in tests
Easier to see at a glance what the test's dependencies are.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; core/test/test-autoload-files.el
|
||||
;;;
|
||||
(require 'core-projects)
|
||||
(require 'projectile)
|
||||
|
||||
(describe "core/autoload/files"
|
||||
:var (src dest projectile-projects-cache-time projectile-projects-cache)
|
||||
(before-all (require 'projectile))
|
||||
(after-all (unload-feature 'projectile t))
|
||||
|
||||
(before-each
|
||||
(setq src (make-temp-file "test-src")
|
||||
existing (make-temp-file "test-existing")
|
||||
|
Reference in New Issue
Block a user