Fix infinite loop #458
test.yml
on: push
Node.js Latest Full
31s
Matrix: short
Demo Deploy
15s
Annotations
3 errors
|
Node.js 24 Quick
The strategy configuration was canceled because "short._22" failed
|
|
Node.js 22 Quick
Process completed with exit code 1.
|
|
Unhandled error:
client/index.js#L19
ReferenceError: localStorage is not defined
❯ tabPing client/index.js:19:3
❯ Timeout._onTimeout client/index.js:215:13
This error originated in "client/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
This error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
- cancel timeouts using clearTimeout and clearInterval
- wait for promises to resolve using the await keyword
|