Add unit-test framework & stubs
This commit is contained in:
parent
4de4545929
commit
70a1fb52cc
4 changed files with 4 additions and 7 deletions
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))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue