mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add unit-test framework & stubs
This commit is contained in:
5
test/test-basic.el
Normal file
5
test/test-basic.el
Normal file
@ -0,0 +1,5 @@
|
||||
;;; basic-test.el
|
||||
|
||||
(ert-deftest doom-basic-test ()
|
||||
(should t))
|
||||
|
Reference in New Issue
Block a user