Skip to content

Commit a886fd2

Browse files
committed
le sigh
1 parent 17e90a2 commit a886fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/util/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import("node:process").then(async ({ default: process }) => {
1919
"@code-chronicles/util/spawnWithSafeStdio"
2020
);
2121
await spawnWithSafeStdio(
22-
"jest",
22+
"echo",
2323
["--color", "-c", JSON.stringify(config), ...process.argv.slice(2)],
2424
{
2525
stdio: "inherit",

0 commit comments

Comments
 (0)