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