Skip to content

Commit 4f844d9

Browse files
committed
check binary
1 parent a4ed52d commit 4f844d9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test/e2e/call/index.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ describe("E2E: call command", () => {
3131
});
3232

3333
await broker.start();
34+
35+
console.log((await execa("ls")).stdout);
36+
console.log((await execa("ls '../../../bin'")).stdout);
3437
});
3538

3639
afterAll(async () => {

test/e2e/emit/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import path from "node:path";
55

66
const binPath = path.resolve(__dirname, "../../../bin/moleculer.js");
77

8-
describe("E2E: call command", () => {
8+
describe.skip("E2E: call command", () => {
99
const transporter = "NATS";
1010
const ns = "test-emit";
1111

0 commit comments

Comments
 (0)