diff options
| author | cornmander <[email protected]> | 2025-08-16 21:26:12 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-17 01:26:12 +0000 |
| commit | e7dbc607a598c5270507d0ce7d55a3c98dcb0c0c (patch) | |
| tree | f968cb160c0eae630a897957f101cf01785bf739 /integration-tests | |
| parent | 5aadb02af0479743680154872a8cd6a9549435b8 (diff) | |
Fix missing import in ide integration tests. (#6407)
Diffstat (limited to 'integration-tests')
| -rw-r--r-- | integration-tests/ide-client.test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration-tests/ide-client.test.ts b/integration-tests/ide-client.test.ts index 186320b3..10f8a7eb 100644 --- a/integration-tests/ide-client.test.ts +++ b/integration-tests/ide-client.test.ts @@ -4,6 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ +import { describe, it, expect, beforeEach, afterEach } from 'vitest'; import * as fs from 'node:fs'; import * as os from 'node:os'; import * as path from 'node:path'; |
