UNPKG

@birhaus/test-utils

Version:

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

22 lines (20 loc) 484 B
'use strict'; // src/performance/index.ts var PerformanceValidator = class { constructor(_options = {}) { } async measurePerformance() { return { bundleSize: 0, renderTime: 0, memoryUsage: 0, cognitiveLoadScore: 100 }; } }; function expectPerformanceBudget() { } exports.PerformanceValidator = PerformanceValidator; exports.expectPerformanceBudget = expectPerformanceBudget; //# sourceMappingURL=index.js.map //# sourceMappingURL=index.js.map