chore: fix CI

This commit is contained in:
Ralph Khreish
2025-07-18 00:59:00 +03:00
parent da3cf08d6e
commit 4a24b997c3
4 changed files with 30 additions and 10 deletions

View File

@@ -202,8 +202,8 @@ Use the .mdc extension for all rule files.`;
expect(kiroProfile.displayName).toBe('Kiro');
expect(kiroProfile.profileDir).toBe('.kiro');
expect(kiroProfile.mcpConfig).toBe(true);
expect(kiroProfile.mcpConfigName).toBe('mcp.json');
expect(kiroProfile.mcpConfigPath).toBe('.kiro/mcp.json');
expect(kiroProfile.mcpConfigName).toBe('settings/mcp.json');
expect(kiroProfile.mcpConfigPath).toBe('.kiro/settings/mcp.json');
expect(kiroProfile.includeDefaultRules).toBe(true);
expect(kiroProfile.fileMap).toEqual({
'rules/cursor_rules.mdc': 'kiro_rules.md',