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/replace.test.ts | |
| parent | 2998f27f703282359f6389d1c2d8758fc6a14955 (diff) | |
Add vi globals to fix integration tests. (#6445)
Diffstat (limited to 'integration-tests/replace.test.ts')
| -rw-r--r-- | integration-tests/replace.test.ts | 2 |
1 files changed, 1 insertions, 1 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', () => { |
