Skip to content

Commit 4f32406

Browse files
committed
test_helper: add new library files
1 parent 5b4ca8a commit 4f32406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function common_setup_file() {
5757
function setup_libs() {
5858
local lib
5959
# Use a loop to allow convenient short-circuiting for some test files
60-
for lib in "log" "utilities" "helpers" "search" "preexec" "colors"; do
60+
for lib in "log" "utilities" "helpers" "search" "preexec" "colors" "command_duration" "history" "preview"; do
6161
load "${BASH_IT?}/lib/${lib}.bash" || return
6262
# shellcheck disable=SC2015 # short-circuit if we've reached the requested library
6363
[[ "${lib}" == "${1:-}" ]] && return 0 || true

0 commit comments

Comments
 (0)