This commit is contained in:
Vicente Merlo 2025-10-21 21:08:16 -03:00 committed by GitHub
commit 521dde72c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,13 +157,13 @@ case $state in
'*::file:_files' '*::file:_files'
;; ;;
(test) (test)
_files _path_files -X "All tests" -g "test/**/*_test.exs" -g "apps/*/test/**/*_test.exs"
;; ;;
(test.watch) (test.watch)
_files _files
;; ;;
(run) (run)
_files _files -g "*.(exs|ex)"
;; ;;
esac esac
;; ;;