All checks were successful
/ Test config on 20 (push) Successful in 31s
16 lines
311 B
EmacsLisp
16 lines
311 B
EmacsLisp
;;; icejam-testing.el --- summary
|
|
|
|
;; Author: Maciej Szlosarczyk
|
|
;; Maintainer: Maciej Szlosarczyk
|
|
;; Version: 0.1-snapshot
|
|
|
|
;;; Commentary:
|
|
|
|
;; icejam-testing includes required things for writing tests.
|
|
|
|
;;; Code:
|
|
|
|
(use-package buttercup :straight t)
|
|
|
|
(provide 'icejam-testing)
|
|
;;; icejam-testing.el ends here
|