score-the-pigs/test/com/biffweb/my_project_test.clj

6 lines
238 B
Clojure

(ns com.biffweb.my-project-test
;; If you add more test files, require them here so that they'll get loaded by com.biffweb.my-project/on-save
(:require [clojure.test :refer [deftest is]]))
(deftest example-test
(is (= 4 (+ 2 2))))