Fix terminal refit after plan-mode banner #79
ci.yml
on: push
lint-and-unit
1m 2s
integration
3m 42s
Annotations
3 errors and 1 warning
|
integration
Process completed with exit code 1.
|
|
tests/suites/wake-recovery.test.ts > app:wake → terminal atlas recovery > runs atlas recovery on app:wake without disturbing the terminal:
tests/suites/wake-recovery.test.ts#L70
AssertionError: expected an [atlas-recovery] wake log entry: expected undefined to be defined
❯ tests/suites/wake-recovery.test.ts:70:68
|
|
tests/suites/tile-maximize-reflow.test.ts > tile maximize reflows terminal > preserves the same xterm Terminal across maximize and restore:
tests/suites/tile-maximize-reflow.test.ts#L114
AssertionError: expected 'term-1778547777790-klxb12x7' to be 'term-1778547777180-51qhk8ri' // Object.is equality
Expected: "term-1778547777180-51qhk8ri"
Received: "term-1778547777790-klxb12x7"
❯ tests/suites/tile-maximize-reflow.test.ts:114:28
|
|
lint-and-unit
React Hook useEffect has a missing dependency: 'open'. Either include it or remove the dependency array
|