mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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))
|
||||
|
6
test/test-helper.el
Normal file
6
test/test-helper.el
Normal file
@ -0,0 +1,6 @@
|
||||
;;; test-helper.el
|
||||
|
||||
(require 'ert)
|
||||
|
||||
(provide 'test-helper)
|
||||
;;; test-helper.el ends here
|
Reference in New Issue
Block a user