Skip to content

Commit

Permalink
Clean: rename test stubs.
Browse files Browse the repository at this point in the history
  • Loading branch information
teesloane committed Mar 31, 2020
1 parent f0fc120 commit 5a43eb9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/firn/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
(def config-sample (config/default test-dir))


(defn main-runner-2
(defn build-test-files
[dir-to-build]
(let [config (build/prepare-config {:path dir-to-build})]
(fs/delete-dir (config :dir-firn))
(build/all-files {:path dir-to-build})))

(main-runner-2 wiki-dir)
(main-runner-2 test-dir)

(build-test-files wiki-dir)
(build-test-files test-dir)

0 comments on commit 5a43eb9

Please sign in to comment.