We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42a6d9 commit 1d7586bCopy full SHA for 1d7586b
test/e2e/call/index.spec.js
@@ -32,8 +32,8 @@ describe("E2E: call command", () => {
32
33
await broker.start();
34
35
- console.log((await execa("ls -al")).stdout);
36
- console.log((await execa("ls -al bin/")).stdout);
+ console.log((await execa`ls -al`).stdout);
+ console.log((await execa`ls -al bin`).stdout);
37
});
38
39
afterAll(async () => {
0 commit comments