mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-22 03:03:56 +00:00
fix ci test
This commit is contained in:
parent
919265d7e8
commit
0d8f352aec
1 changed files with 0 additions and 12 deletions
|
|
@ -600,15 +600,6 @@ Skill 3 content`);
|
|||
expect(baseDirs).toContain(
|
||||
path.join('/test/project', '.agent', 'skills'),
|
||||
);
|
||||
expect(baseDirs).toContain(
|
||||
path.join('/test/project', '.cursor', 'skills'),
|
||||
);
|
||||
expect(baseDirs).toContain(
|
||||
path.join('/test/project', '.codex', 'skills'),
|
||||
);
|
||||
expect(baseDirs).toContain(
|
||||
path.join('/test/project', '.claude', 'skills'),
|
||||
);
|
||||
});
|
||||
|
||||
it('should return all user-level base dirs', () => {
|
||||
|
|
@ -617,9 +608,6 @@ Skill 3 content`);
|
|||
expect(baseDirs).toHaveLength(2);
|
||||
expect(baseDirs).toContain(path.join('/home/user', '.qwen', 'skills'));
|
||||
expect(baseDirs).toContain(path.join('/home/user', '.agent', 'skills'));
|
||||
expect(baseDirs).toContain(path.join('/home/user', '.cursor', 'skills'));
|
||||
expect(baseDirs).toContain(path.join('/home/user', '.codex', 'skills'));
|
||||
expect(baseDirs).toContain(path.join('/home/user', '.claude', 'skills'));
|
||||
});
|
||||
|
||||
it('should return bundled-level base dir', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue