UNPKG

react-azure-config

Version:

🚀 The Ultimate Multi-App Configuration Library! CRITICAL BUG FIXES: Prefixed environment keys no longer sent to Azure. Complete architectural redesign with bulletproof fallback system. Enterprise-grade Azure integration and monorepo support.

30 lines • 901 B
interface TestResult { name: string; passed: boolean; details: string; evidence?: any; error?: string; } export declare class ComprehensiveBugFixTest { private testResults; runAllTests(): Promise<{ passed: boolean; results: TestResult[]; summary: string; }>; private testKeyTransformationEngine; private testAzureClientManager; private testFallbackSystem; private testClientResolver; private testEnhancedAppAzureLoader; private testBugReportScenarioResolution; private testReactHookCompatibility; private testApiRouteCompatibility; private testMissingEnvironmentVariables; private testInvalidAzureConfiguration; private addTestResult; printReport(): void; } export declare function runComprehensiveBugFixTest(): Promise<boolean>; export {}; //# sourceMappingURL=comprehensive-bug-fix-test.d.ts.map