[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-07-20 05:07:24 +00:00
committed by GitHub
parent d48037a802
commit fbd84b9b0d

View File

@@ -76,9 +76,9 @@ describe("compose createCommand injection", () => {
"up $(touch x)",
"up `id`",
]) {
expect(() =>
createCommand({ ...base, command: bad } as any),
).toThrow(/Invalid characters/);
expect(() => createCommand({ ...base, command: bad } as any)).toThrow(
/Invalid characters/,
);
}
});