Looker typing cleanup #7423
Annotations
4 errors
Run:
app/packages/looker/src/worker/async-labels-rendering-manager.ts#L187
ReferenceError: options is not defined
❯ packages/looker/src/worker/async-labels-rendering-manager.ts:187:9
❯ AsyncLabelsRenderingManager.enqueueLabelPaintingJob packages/looker/src/worker/async-labels-rendering-manager.ts:175:12
❯ packages/looker/src/worker/async-labels-rendering-manager.test.ts:104:13
❯ node_modules/@vitest/runner/dist/index.js:146:14
❯ node_modules/@vitest/runner/dist/index.js:61:7
❯ runTest node_modules/@vitest/runner/dist/index.js:960:17
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ runSuite node_modules/@vitest/runner/dist/index.js:1116:15
❯ runSuite node_modules/@vitest/runner/dist/index.js:1116:15
This error originated in "packages/looker/src/worker/async-labels-rendering-manager.test.ts" 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 "packages/looker/src/worker/async-labels-rendering-manager.test.ts". 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.
|
Run:
app/packages/looker/src/worker/async-labels-rendering-manager.ts#L187
ReferenceError: options is not defined
❯ packages/looker/src/worker/async-labels-rendering-manager.ts:187:9
❯ AsyncLabelsRenderingManager.enqueueLabelPaintingJob packages/looker/src/worker/async-labels-rendering-manager.ts:175:12
❯ packages/looker/src/worker/async-labels-rendering-manager.test.ts:87:29
|
Run:
app/packages/looker/src/worker/async-labels-rendering-manager.test.ts#L105
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ packages/looker/src/worker/async-labels-rendering-manager.test.ts:105:36
|
Run
Process completed with exit code 1.
|
Loading