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