emacs/lisp/icejam-testing.el
Maciej Szlosarczyk c85cd624f1
All checks were successful
/ Test config on 20 (push) Successful in 28s
Add testing file
2024-09-02 12:15:08 +03:00

15 lines
404 B
EmacsLisp

;;; icejam-testing.el --- summary -*- lexical-binding: t; -*-
;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk
;; Version: 0.1-snapshot
;;; Commentary:
;; 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:
(provide 'icejam-testing)
;;; icejam-testing.el ends here