diff options
| author | cornmander <[email protected]> | 2025-08-18 01:17:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-18 05:17:22 +0000 |
| commit | 133f0230c3d347a1d02c5babc3f1a301622c4f67 (patch) | |
| tree | 4cdb4341202ae4de6bfb113ec3e47f1882a61ade /integration-tests | |
| parent | 2998f27f703282359f6389d1c2d8758fc6a14955 (diff) | |
Add vi globals to fix integration tests. (#6445)
Diffstat (limited to 'integration-tests')
| -rw-r--r-- | integration-tests/replace.test.ts | 2 | ||||
| -rw-r--r-- | integration-tests/write_file.test.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/integration-tests/replace.test.ts b/integration-tests/replace.test.ts index a04025e7..e7ed23a2 100644 --- a/integration-tests/replace.test.ts +++ b/integration-tests/replace.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, printDebugInfo, validateModelOutput } from './test-helper.js'; describe('replace', () => { 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, |
