diff options
| author | Harold Mciver <[email protected]> | 2025-07-18 00:55:29 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-18 04:55:29 +0000 |
| commit | de27ea6095f3f36f8939af0aaeaf9362e3c61490 (patch) | |
| tree | 826a9461b8771d52c78da532e5c1471529a0fb46 /packages/cli/src/ui/hooks/useCompletion.test.ts | |
| parent | 8497176168dded563d4cb98ecc988ea79251758a (diff) | |
feat(cli): allow executing commands on perfect match (#4397)
Co-authored-by: Jenna Inouye <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/hooks/useCompletion.test.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/useCompletion.test.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/cli/src/ui/hooks/useCompletion.test.ts b/packages/cli/src/ui/hooks/useCompletion.test.ts index 7f2823c7..267bce13 100644 --- a/packages/cli/src/ui/hooks/useCompletion.test.ts +++ b/packages/cli/src/ui/hooks/useCompletion.test.ts @@ -4,6 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ +/** @vitest-environment jsdom */ + import { describe, it, expect, beforeEach, vi, afterEach } from 'vitest'; import type { Mocked } from 'vitest'; import { renderHook, act } from '@testing-library/react'; |
