All checks were successful
/ Test config on 20 (push) Successful in 28s
15 lines
404 B
EmacsLisp
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
|