mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 08:38:21 +02:00
💄 Format common code
This commit is contained in:
parent
0b29aaecc4
commit
b6ecc8b1be
63 changed files with 825 additions and 880 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue