lib/helpers: fix _bash-it-describe()

Use `_bash-it-component-item-is-enabled()`

Fix SC2295
This commit is contained in:
John D Pell
2022-01-03 16:59:50 -08:00
committed by John D Pell
parent 4c473853e9
commit 550f808884
2 changed files with 10 additions and 14 deletions

View File

@@ -732,5 +732,5 @@ function __migrate_all_components() {
@test "helpers: describe the todo.txt-cli aliases without enabling them" {
run _bash-it-aliases
assert_line "todo.txt-cli [ ] todo.txt-cli abbreviations"
assert_line "todo.txt-cli [ ] todo.txt-cli abbreviations"
}