"Mob Session DONE [ci-skip]"
This commit is contained in:
parent
3182421a5e
commit
1c9c4f3e60
2 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,8 @@
|
||||||
[fs-prefix resource-path]
|
[fs-prefix resource-path]
|
||||||
(let [file-from-cp (io/file (io/resource resource-path))
|
(let [file-from-cp (io/file (io/resource resource-path))
|
||||||
file-from-fs (io/file (str fs-prefix resource-path))]
|
file-from-fs (io/file (str fs-prefix resource-path))]
|
||||||
|
(println file-from-cp)
|
||||||
|
(println file-from-fs)
|
||||||
(try
|
(try
|
||||||
(when (.exists file-from-fs)
|
(when (.exists file-from-fs)
|
||||||
file-from-fs)
|
file-from-fs)
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
(is
|
(is
|
||||||
(.exists (sut/file-from-cp-or-filesystem "./test-resources" "templates/themes/bootstrap4-test/js")))
|
(.exists (sut/file-from-cp-or-filesystem "./test-resources" "templates/themes/bootstrap4-test/js")))
|
||||||
(is
|
(is
|
||||||
(.exists (sut/file-from-cp-or-filesystem "./" ".gitignore"))))
|
(.exists (sut/file-from-cp-or-filesystem "./" ".gitkeep"))))
|
||||||
|
|
||||||
(deftest test-copy-resources-from-theme
|
(deftest test-copy-resources-from-theme
|
||||||
(is (do
|
(is (do
|
||||||
|
|
Loading…
Reference in a new issue