💄 Format common code

This commit is contained in:
Andrey Antukh 2024-01-05 13:49:57 +01:00 committed by Alonso Torres
parent 0b29aaecc4
commit b6ecc8b1be
63 changed files with 825 additions and 880 deletions

View file

@ -6,9 +6,9 @@
(ns common-tests.pages-helpers-test
(:require
[clojure.test :as t]
[app.common.files.helpers :as cfh]
[clojure.pprint :refer [pprint]]
[app.common.files.helpers :as cfh]))
[clojure.test :as t]))
(t/deftest parse-path-name
(t/is (= ["foo" "bar"] (cfh/parse-path-name "foo/bar")))