Fix infinite loop #458
Annotations
2 errors
|
Run unit tests
Process completed with exit code 1.
|
|
Run unit tests:
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
|
Loading