Stabilize tests. (#20095)

This commit is contained in:
Christian Gunderman
2026-02-24 00:01:39 +00:00
committed by GitHub
parent 2ff7738b5d
commit 56c8d7e985
3 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ describe('interactive_commands', () => {
const scaffoldCall = logs.find(
(l) =>
l.toolRequest.name === 'run_shell_command' &&
/npm (init|create)|npx create-|yarn create|pnpm create/.test(
/npm (init|create)|npx (.*)?create-|yarn create|pnpm create/.test(
l.toolRequest.args,
),
);