"mob next [ci-skip]"
This commit is contained in:
parent
f949291312
commit
9cd41d54e7
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
|||
(.isDirectory (io/file path))))
|
||||
|
||||
(deftest test-file-from-cp-or-filesystem
|
||||
(is (thrown? IllegalArgumentException
|
||||
(sut/file-from-cp-or-filesystem
|
||||
"./" "Not_Existing")))
|
||||
(is
|
||||
(.exists (sut/file-from-cp-or-filesystem
|
||||
"./test-resources/" "templates/themes/bootstrap4-test/js")))
|
||||
|
|
Loading…
Reference in a new issue