Skip to content

Commit b98985d

Browse files
authored
test: expect init to exit with 0
1 parent 3e13656 commit b98985d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/7_init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
setup
44
install
55

6-
npx --no-install husky init
6+
expect 0 "npx --no-install husky init"

0 commit comments

Comments
 (0)