mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 21:20:44 +00:00
Fix an issue where types/react was a different version from our main … (#231)
Co-authored-by: Brandon Keiji <brandonkeiji@google.com>
This commit is contained in:
parent
2616e965a7
commit
976333f654
3 changed files with 765 additions and 5 deletions
15
packages/cli/vitest.config.ts
Normal file
15
packages/cli/vitest.config.ts
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2025 Google LLC
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/// <reference types="vitest" />
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: 'jsdom',
|
||||
globals: true, // Optional: enables global APIs like describe, it, expect
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue