"mob next [ci-skip]"

This commit is contained in:
Jan Krebs 2019-12-06 14:35:14 +01:00
parent f949291312
commit 9cd41d54e7

View file

@ -16,6 +16,9 @@
(.isDirectory (io/file path)))) (.isDirectory (io/file path))))
(deftest test-file-from-cp-or-filesystem (deftest test-file-from-cp-or-filesystem
(is (thrown? IllegalArgumentException
(sut/file-from-cp-or-filesystem
"./" "Not_Existing")))
(is (is
(.exists (sut/file-from-cp-or-filesystem (.exists (sut/file-from-cp-or-filesystem
"./test-resources/" "templates/themes/bootstrap4-test/js"))) "./test-resources/" "templates/themes/bootstrap4-test/js")))