"Mob Session DONE [ci-skip]"
This commit is contained in:
parent
1c9c4f3e60
commit
1f0871a881
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
(deftest test-file-from-cp-or-filesystem
|
(deftest test-file-from-cp-or-filesystem
|
||||||
(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 "./" ".gitkeep"))))
|
(.exists (sut/file-from-cp-or-filesystem "./" ".gitkeep"))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue