Add testing file
All checks were successful
/ Test config on 20 (push) Successful in 28s

This commit is contained in:
Maciej 2024-09-02 12:15:08 +03:00
parent 0c09dcf198
commit c85cd624f1
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -1,4 +1,4 @@
;;; icejam-testing.el --- summary ;;; icejam-testing.el --- summary -*- lexical-binding: t; -*-
;; Author: Maciej Szlosarczyk ;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk ;; Maintainer: Maciej Szlosarczyk
@ -7,10 +7,9 @@
;;; Commentary: ;;; Commentary:
;; icejam-testing includes required things for writing tests. ;; icejam-testing includes required things for writing tests.
;; Originally this was Buttercup but now I am thinking of writing my
;; configuration tests in ERTs.
;;; Code: ;;; Code:
(provide 'icejam-testing)
(use-package buttercup :straight t)
(provide 'icejam-testing)
;;; icejam-testing.el ends here ;;; icejam-testing.el ends here