mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 05:00:46 +00:00
fix: fix tests
This commit is contained in:
parent
70991e474f
commit
0a88dd7861
16 changed files with 611 additions and 1526 deletions
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
import { z } from 'zod';
|
||||
import { parse as parseYaml } from '@qwen-code/qwen-code-core/src/utils/yaml-parser.js';
|
||||
import { parse as parseYaml } from '@qwen-code/qwen-code-core';
|
||||
|
||||
/**
|
||||
* Defines the Zod schema for a Markdown command definition file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue