Skip to content

Commit

Permalink
test: add windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Mar 11, 2024
1 parent d1d9773 commit 94607bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
Expand Down

0 comments on commit 94607bd

Please sign in to comment.