refactor(cli): remove config guard testing alias (#105506)

This commit is contained in:
Vincent Koc
2026-07-12 18:04:09 +02:00
committed by GitHub
parent bb7f71c7b3
commit 6d2eabc9ea

View File

@@ -354,4 +354,3 @@ export async function ensureConfigReady(params: {
export const testApi = {
resetConfigGuardStateForTests,
};
export { testApi as __test__ };