Skip to content

Commit

Permalink
Add the private recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Nov 15, 2024
1 parent 4e49e31 commit 39d011e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/justl-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

(ert-deftest justl--get-recipes-test ()
(should (equal
(list "default" "build-cmd" "plan" "push" "push2" "fail" "carriage-return" "color")
(list "default" "build-cmd" "plan" "push" "push2" "fail" "carriage-return" "color" "_private")
(mapcar 'justl--recipe-name (justl--get-recipes "./justfile")))))

(ert-deftest justl--get-description-test ()
Expand Down

0 comments on commit 39d011e

Please sign in to comment.