UNPKG

browser-debugger-cli

Version:

DevTools telemetry in your terminal. For humans and agents. Direct WebSocket to Chrome's debugging port.

19 lines 769 B
/** * Schema contract tests * * These tests lock the JSON schema shape to prevent breaking changes. * Golden files define the expected structure that consumers depend on. * * Test philosophy: * - Ensure all required fields are present with correct types * - Detect unexpected fields (potential breaking changes) * - Validate nested structure matches interface definitions * - Test both success and error output formats * * When tests fail: * 1. If adding optional fields → Update golden file, bump minor version * 2. If changing existing fields → This is a BREAKING CHANGE, requires major version bump * 3. If removing fields → This is a BREAKING CHANGE, requires major version bump */ export {}; //# sourceMappingURL=schema.contract.test.d.ts.map