Skip to content

Commit

Permalink
test: include test/unit/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Jul 20, 2021
1 parent 383b6bd commit d83cda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function run {
function unit {
# recursive glob nor available in bash 3
# - https://unix.stackexchange.com/questions/49913/recursive-glob
run "$(ls test/unit/{,drivers/,drivers/*/,adapters/}*.test.js)";
run "$(ls test/unit/{,drivers/,drivers/*/,adapters/,utils/}*.test.js)";
}

##
Expand Down

0 comments on commit d83cda3

Please sign in to comment.