Skip to content

Commit e4f1ec4

Browse files
committed
fix: failing test - underlying cli uses camelCase for --xOrigin
1 parent eef186d commit e4f1ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asyncapi/bundle.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ describe("AsyncAPI Bundle Functions", () => {
155155
bundle(run);
156156

157157
const call = getSpawnCall("inherit");
158-
expect(call.args).not.toContain("--x-origin");
158+
expect(call.args).not.toContain("--xOrigin");
159159
});
160160

161161
it("should use ignore stdio when globals.silent is true", () => {

0 commit comments

Comments
 (0)