summaryrefslogtreecommitdiff
path: root/integration-tests/write_file.test.ts
diff options
context:
space:
mode:
authorcornmander <[email protected]>2025-08-18 01:17:22 -0400
committerGitHub <[email protected]>2025-08-18 05:17:22 +0000
commit133f0230c3d347a1d02c5babc3f1a301622c4f67 (patch)
tree4cdb4341202ae4de6bfb113ec3e47f1882a61ade /integration-tests/write_file.test.ts
parent2998f27f703282359f6389d1c2d8758fc6a14955 (diff)
Add vi globals to fix integration tests. (#6445)
Diffstat (limited to 'integration-tests/write_file.test.ts')
-rw-r--r--integration-tests/write_file.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/write_file.test.ts b/integration-tests/write_file.test.ts
index 49cdda38..7dd6445d 100644
--- a/integration-tests/write_file.test.ts
+++ b/integration-tests/write_file.test.ts
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
-import { describe, it, expect } from 'vitest';
+import { describe, it, expect, vi } from 'vitest';
import {
TestRig,
createToolCallErrorMessage,