Migrate site/
to Svelte 5
#1414
Annotations
4 errors
Unhandled error:
site/node_modules/iconify-icon/dist/iconify-icon.mjs#L1796
ReferenceError: document is not defined
❯ renderSVG node_modules/iconify-icon/dist/iconify-icon.mjs:1796:18
❯ renderIcon node_modules/iconify-icon/dist/iconify-icon.mjs:1841:20
❯ IconifyIcon._renderIcon node_modules/iconify-icon/dist/iconify-icon.mjs:2212:13
❯ IconifyIcon._gotIconData node_modules/iconify-icon/dist/iconify-icon.mjs:2201:18
❯ node_modules/iconify-icon/dist/iconify-icon.mjs:2165:26
❯ Object.callback node_modules/iconify-icon/dist/iconify-icon.mjs:1183:47
❯ node_modules/iconify-icon/dist/iconify-icon.mjs:549:16
❯ Timeout._onTimeout node_modules/iconify-icon/dist/iconify-icon.mjs:519:13
❯ listOnTimeout node:internal/timers:594:17
This error originated in "tests/landing-page.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
|
vitest / tests
Process completed with exit code 1.
|
pytest (ubuntu-latest) / tests
Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
|
pytest (windows-latest) / tests
Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
|