Skip to content

Commit 1d7586b

Browse files
committed
check binary
1 parent d42a6d9 commit 1d7586b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/call/index.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ describe("E2E: call command", () => {
3232

3333
await broker.start();
3434

35-
console.log((await execa("ls -al")).stdout);
36-
console.log((await execa("ls -al bin/")).stdout);
35+
console.log((await execa`ls -al`).stdout);
36+
console.log((await execa`ls -al bin`).stdout);
3737
});
3838

3939
afterAll(async () => {

0 commit comments

Comments
 (0)