@birhaus/test-utils
Version:
BIRHAUS v3.0 Radical Minimalist Testing Framework - Glass morphism validators, generous spacing tests, and v3 component validation utilities
22 lines (20 loc) • 484 B
JavaScript
// 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
;