Fix missing import in ide integration tests. (#6407)

This commit is contained in:
cornmander 2025-08-16 21:26:12 -04:00 committed by GitHub
parent 5aadb02af0
commit e7dbc607a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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';