mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-21 22:05:23 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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/,
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user