Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 10, 2023
1 parent a5744e2 commit 90d4602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/babashka/fs_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
(testing ":hidden option should be disabled by default"
(is (empty? (map normalize (fs/glob "." "*git*"))))
(testing "should be enabled (when not provided) when pattern starts with a dot"
(is (= '(".gitignore") (map normalize (fs/glob "." ".git*")))))))
(is (= '(".gitignore") (map normalize (fs/glob "." ".gitig*")))))))
(testing "glob with specific depth"
(let [tmp-dir1 (temp-dir)
nested-dir (fs/file tmp-dir1 "foo" "bar" "baz")
Expand Down

0 comments on commit 90d4602

Please sign in to comment.