first commit

This commit is contained in:
2022-06-01 23:18:49 -04:00
commit f972dbe40a
6 changed files with 69 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
(defpackage article-splorer/tests/main
(:use :cl
:article-splorer
:rove))
(in-package :article-splorer/tests/main)
;; NOTE: To run this test file, execute `(asdf:test-system :article-splorer)' in your Lisp.
(deftest test-target-1
(testing "should (= 1 1) to be true"
(ok (= 1 1))))