From b98985d4119356af6bca0141be18301eff204c32 Mon Sep 17 00:00:00 2001 From: typicode Date: Mon, 29 Jan 2024 15:15:09 +0100 Subject: [PATCH] test: expect init to exit with 0 --- test/7_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/7_init.sh b/test/7_init.sh index 7a498cc4..b01908ca 100644 --- a/test/7_init.sh +++ b/test/7_init.sh @@ -3,4 +3,4 @@ setup install -npx --no-install husky init \ No newline at end of file +expect 0 "npx --no-install husky init"