Skip to content

Commit 3a9b03b

Browse files
committed
test: reduce output
1 parent 6a7bc88 commit 3a9b03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function cd_and_install_tgz {
1616

1717
# Install tarball generated by pretest script
1818
cp ./husky-*.tgz $1/husky.tgz
19-
cd $1 && npm init -y && npm install husky.tgz
19+
cd $1 && npm init -y > /dev/null && npm install husky.tgz
2020
}
2121

2222
function init_git {

0 commit comments

Comments
 (0)