[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-12-15 21:02:33 +00:00
committed by GitHub
parent 8d11fb4ee8
commit efedec70d6

View File

@@ -32,8 +32,8 @@ describe("Host rule format regression tests", () => {
previewDeploymentId: "",
internalPath: "/",
stripPath: false,
customEntrypoint: null
};
customEntrypoint: null,
};
describe("Host rule format validation", () => {
it("should generate Host rule with correct parentheses format", async () => {
@@ -213,4 +213,4 @@ describe("Host rule format regression tests", () => {
});
}
});
});
});