test(cli): trigger CI with comment

This commit is contained in:
Matt Korwel
2026-02-20 14:41:07 +00:00
committed by Matt Korwel
parent be9360ee08
commit 64070914bb
@@ -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';