test(electrobun): 6-terminal stress test to verify Canvas context limit
This commit is contained in:
parent
f97ea95373
commit
931bc1b94c
3 changed files with 17 additions and 15 deletions
|
|
@ -179,10 +179,12 @@
|
|||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
<!-- Terminal section -->
|
||||
<!-- Terminal section — stress test: 6 terminals to verify Canvas limit -->
|
||||
{#each [1,2,3,4,5,6] as termIdx (termIdx)}
|
||||
<div class="terminal-section">
|
||||
<Terminal />
|
||||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
<!-- Docs tab placeholder -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue