We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e90a2 commit a886fd2Copy full SHA for a886fd2
workspaces/util/jest.config.ts
@@ -19,7 +19,7 @@ import("node:process").then(async ({ default: process }) => {
19
"@code-chronicles/util/spawnWithSafeStdio"
20
);
21
await spawnWithSafeStdio(
22
- "jest",
+ "echo",
23
["--color", "-c", JSON.stringify(config), ...process.argv.slice(2)],
24
{
25
stdio: "inherit",
0 commit comments