build: remaining testcases

This commit is contained in:
2026-03-13 17:51:35 +05:30
parent 9d950a74e8
commit 5a32691bc2
3 changed files with 370 additions and 8 deletions
+16
View File
@@ -482,3 +482,19 @@ export default tool({
].join("\n");
},
});
export const __testing_helpers = {
shellQuote,
normalizeModels,
findDuplicates,
createWindowBaseName,
createWindowPlans,
levenshtein,
suggestModels,
formatInvalidModelError,
sanitizeName,
runCommand,
getWorktreePath,
undoWorktree,
launchModelInWindow,
};