refactor(skills): remove obsolete testing aliases (#105363)

This commit is contained in:
Vincent Koc
2026-07-12 14:26:54 +02:00
committed by GitHub
parent 5b293af917
commit 165651fb79
2 changed files with 0 additions and 2 deletions

View File

@@ -140,4 +140,3 @@ export function listSkillCommandsForAgents(params: {
export const testing = {
dedupeBySkillName,
};
export { testing as __testing };

View File

@@ -828,4 +828,3 @@ export const testing = {
};
},
};
export { testing as __testing };