UNPKG

@birhaus/test-utils

Version:

BIRHAUS v3.0 Radical Minimalist Testing Framework - Glass morphism validators, generous spacing tests, and v3 component validation utilities

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