experiment with vitest's performance flags #105
Annotations
5 errors
|
modules/core/context.js#L150
ReferenceError: window is not defined
❯ Object.context.loadTiles modules/core/context.js:150:20
❯ redraw modules/renderer/map.js:690:21
❯ invokeFunc node_modules/lodash-es/debounce.js:95:19
❯ trailingEdge node_modules/lodash-es/debounce.js:144:14
❯ Timeout.timerExpired [as _onTimeout] node_modules/lodash-es/debounce.js:132:14
❯ listOnTimeout node:internal/timers:581:17
❯ processTimers node:internal/timers:519:7
This error originated in "test/spec/util/array.js" 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
|
modules/core/context.js#L150
ReferenceError: window is not defined
❯ Object.context.loadTiles modules/core/context.js:150:20
❯ redraw modules/renderer/map.js:690:21
❯ invokeFunc node_modules/lodash-es/debounce.js:95:19
❯ trailingEdge node_modules/lodash-es/debounce.js:144:14
❯ Timeout.timerExpired [as _onTimeout] node_modules/lodash-es/debounce.js:132:14
❯ listOnTimeout node:internal/timers:581:17
❯ processTimers node:internal/timers:519:7
This error originated in "test/spec/util/array.js" 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
|
modules/services/panoramax.js#L221
Error: 404 Not Found
❯ getImageData modules/services/panoramax.js:221:15
❯ processTicksAndRejections node:internal/process/task_queues:95:5
This error originated in "test/spec/renderer/tile_layer.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "test/spec/renderer/tile_layer.js". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
This job failed
Loading