This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| /** | |
| * Browser console: mock POST …/subcontracts → 400 SUBCONTRACT_SCOPE_OUTSIDE_PARENT_ENGAGEMENT | |
| * | |
| * Use when the UI scope picker cannot produce an invalid scope so the real API | |
| * error cannot be triggered from the form alone. | |
| * | |
| * Paste in DevTools Console before submitting Create subcontract. Reload the tab to restore fetch. | |
| * | |
| * @see packages/http/src/request.ts — fetch is called with URL as first argument (not only string/Request) | |
| */ |