From 94607bd3f0ceebd90135d1799a49a7fc33d69195 Mon Sep 17 00:00:00 2001 From: pcheremu Date: Mon, 11 Mar 2024 16:43:54 +0100 Subject: [PATCH] test: add windows --- test/common.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common.test.ts b/test/common.test.ts index c69bd7c..1d8ff4d 100644 --- a/test/common.test.ts +++ b/test/common.test.ts @@ -173,7 +173,7 @@ describe("Dev tests", () => { it("npx zksync-cli dev config", () => { let command: string; if( process.platform === "win32" ) { - command = "echo y | npx zksync-cli dev config" + command = "echo. | npx zksync-cli dev config" } else { command = "yes | npx zksync-cli dev config"; }