From 64070914bb19feed5c4b4608cba54aef2ceff53d Mon Sep 17 00:00:00 2001 From: Matt Korwel Date: Fri, 20 Feb 2026 14:41:07 +0000 Subject: [PATCH] test(cli): trigger CI with comment --- packages/cli/src/ui/commands/experimentCommand.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli/src/ui/commands/experimentCommand.test.ts b/packages/cli/src/ui/commands/experimentCommand.test.ts index de7a547234..7508bc97c5 100644 --- a/packages/cli/src/ui/commands/experimentCommand.test.ts +++ b/packages/cli/src/ui/commands/experimentCommand.test.ts @@ -4,6 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ +// Trigger CI run for latest changes. import { describe, it, expect, vi, beforeEach, type Mock } from 'vitest'; import { experimentCommand } from './experimentCommand.js'; import { CommandKind, type CommandContext } from './types.js';