From c85cd624f1ce2a01d6e80d5846e054110742f2f5 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Mon, 2 Sep 2024 12:15:08 +0300 Subject: [PATCH] Add testing file --- lisp/icejam-testing.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lisp/icejam-testing.el b/lisp/icejam-testing.el index 9d028dd..8d6a05e 100644 --- a/lisp/icejam-testing.el +++ b/lisp/icejam-testing.el @@ -1,4 +1,4 @@ -;;; icejam-testing.el --- summary +;;; icejam-testing.el --- summary -*- lexical-binding: t; -*- ;; Author: Maciej Szlosarczyk ;; Maintainer: Maciej Szlosarczyk @@ -7,10 +7,9 @@ ;;; 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: - -(use-package buttercup :straight t) - -(provide 'icejam-testing) + (provide 'icejam-testing) ;;; icejam-testing.el ends here