The GitHub Actions job "Required Checks" on 
texera.git/chore/6825-joint-graph-wrapper-test has succeeded.
Run started by GitHub user mengw15 (triggered by mengw15).

Head commit for run:
78acf505e2d38a09418b24b8c3d02a555b438673 / mengw15 
<[email protected]>
test(frontend): drop fake timers from the setCurrentEditing test

The 300ms interval is registered through zone.js's patched setInterval, and
driving vitest's fake clock through that patched pair is Node-version dependent
-- clearInterval did not remove the entry from the fake timer queue on CI
(Node 24), so advanceTimersByTime invoked the animation callback with no paper
attached and it threw. Assert on a clearInterval spy instead; the test body is
fully synchronous, so the callback can never run before it is cleared.

Report URL: https://github.com/apache/texera/actions/runs/29995789375

With regards,
GitHub Actions via GitBox

Reply via email to