article-splorer/tests/main.lisp
2022-06-01 23:18:49 -04:00

12 lines
308 B
Common Lisp

(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))))