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