We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4ca8a commit 4f32406Copy full SHA for 4f32406
test/test_helper.bash
@@ -57,7 +57,7 @@ function common_setup_file() {
57
function setup_libs() {
58
local lib
59
# Use a loop to allow convenient short-circuiting for some test files
60
- for lib in "log" "utilities" "helpers" "search" "preexec" "colors"; do
+ for lib in "log" "utilities" "helpers" "search" "preexec" "colors" "command_duration" "history" "preview"; do
61
load "${BASH_IT?}/lib/${lib}.bash" || return
62
# shellcheck disable=SC2015 # short-circuit if we've reached the requested library
63
[[ "${lib}" == "${1:-}" ]] && return 0 || true
0 commit comments