UNPKG

@birhaus/test-utils

Version:

BIRHAUS Testing & Validation Framework - Comprehensive testing utilities for cognitive load, accessibility, and BIRHAUS principle compliance

19 lines (18 loc) 417 B
// src/performance/index.ts var PerformanceValidator = class { constructor(_options = {}) { } async measurePerformance() { return { bundleSize: 0, renderTime: 0, memoryUsage: 0, cognitiveLoadScore: 100 }; } }; function expectPerformanceBudget() { } export { PerformanceValidator, expectPerformanceBudget }; //# sourceMappingURL=index.mjs.map //# sourceMappingURL=index.mjs.map